Statistics
2 Questions
0 Answers
RANK
127,605
of 302,053
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,521
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0