I would like to compare a single image (开发者_如何转开发probably jpeg formats) with multiple images in matlab and when the images matches with one of the multiple images i would like to output that image file name.
% the basic image that you are trying to find
the_image = imread('compare_image.jpg');
% list of images you are trying to compare to
% go through each image
end
精彩评论