MATLAB: 2-d corellation coefficient for two adjacent image

correlation coefficent

i want to detect heartbeat using finger , by using video input . so i want a method that can calculate correlation coefficient of two or more adjacent images .

Best Answer

See corr2(): https://www.mathworks.com/help/images/ref/corr2.html from image processing toolbox.
Related Question