setting the colors for blocks
5 ビュー (過去 30 日間)
古いコメントを表示
i've a grayscale image and i've divided into non-overlapping blocks.
i want to color/mark the blocks having same mean value.
can anyone tell me how to do so.. as i m novice to matlab...
if required tell me as soon as possible i can provide you my code.
0 件のコメント
採用された回答
Walter Roberson
2013 年 3 月 8 日
Take the matrix of mean values, and imagesc() it.
6 件のコメント
Walter Roberson
2013 年 3 月 9 日
No, it needs to be an array.
I suggest you upload an image of the result of imagesc(meanValues)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!