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?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2014 年 1 月 14 日
In that case, do not histogram the color image into 1024 bins: histogram it into 59 bins.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!