MATLAB: Find the identification of similar binary image from a colour image

gait analysis

iam doing a project in gait analysis please help me. first convert the orginal colour image into binary image and store in database and from the database analysis the person.

Best Answer

Use imread to read the image. rgb2gray converts RGB image to gray. im2bw converts RGB image to binary image.
Related Question