setting the colors for blocks

3 次查看(过去 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.

采纳的回答

Walter Roberson
Walter Roberson 2013-3-8
Take the matrix of mean values, and imagesc() it.
  6 个评论
angel
angel 2013-3-9
meanValue is array in my code...
u mean i've to convert it into vector form first right?
then apply imagesc(meanValue);
is it this u r saying??

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by