Feeds
提问
i have some images in a folder and i have to compare each image with other and i have to get which image is not matched
srcFiles = dir('D:.............\1\*.png'); image_1=length(srcFiles); srcFiles2 = dir('D:\...........\2\*.png'); image_2...
8 years 前 | 0 个回答 | 0
0
个回答提问
when i am comparing two images i am getting error in Error in corr2 [a,b] = ParseInputs(varargin{:})
a = imread('53.jpg'); %first img b = imread('53.jpg'); %second img a = gray2ind(a,16); b = gray2ind(b,16); ...
8 years 前 | 0 个回答 | 0