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?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
radha
el 14 de En. de 2014
Comentada: radha
el 14 de En. de 2014
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 comentarios
Respuesta aceptada
Walter Roberson
el 14 de En. de 2014
In that case, do not histogram the color image into 1024 bins: histogram it into 59 bins.
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!