Skip to content

COMP6206-vision-based-pulse-detection/COMP6206-Eulerian-Video-Magnification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP6206-Eulerian-Video-Magnification

Vision Based Blood Pressure/Pulse Detection

To reproduce the results shown in the paper:

  1. Run "make.m" to build pyramid toolbox libraries:

% Build matlabPyrTools fprintf('Building matlabPyrTools...\n'); run(fullfile('matlabPyrTools', 'Mex', 'compilePyrTools.m'));

  1. Run "install.m":

addpath('./matlabPyrTools'); addpath('./matlabPyrTools/MEX');

  1. Run "reproduceResults.m" to reproduce all the results in the paper.

Example function for colour result from face2.mp4: % Color amplify_spatial_Gdown_temporal_ideal(inFile,resultsDir,50,6, ... 50/60,60/60,30, 1); % Spatial Filtering: Gaussian blur and down sample % Temporal Filtering: Ideal bandpass

Current issues:

Uses pyramid toolbox (matlabPyrTools) - requires "make.m" to build library Uses MATLAB's Image Processing Toolbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published