Statistiques
2 Questions
0 Réponses
RANG
127 605
of 302 053
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 521
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 541
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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); ...
environ 8 ans il y a | 1 réponse | 0