I am comparing two histogrmas using pdist function but it gives me error "??? Error using ==> pdist2 at 133 X and Y must have the same number of columns." so how to get equal number of columns in both histogrmas?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
One histogram is colour image histogram and another is sketch image histogram formed of concatenation of several small histogram(i.e. histogram of each block),so how can I get comparison get done??? colour image histogram have 1024 columns and sketch image has 59 columns...
0 Commenti
Risposta accettata
Walter Roberson
il 14 Gen 2014
In that case, do not histogram the color image into 1024 bins: histogram it into 59 bins.
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!