show an image as categorised
1 回表示 (過去 30 日間)
古いコメントを表示
I have an image with 3 layers (R,G,B). I want to show each layer as a cateogorised image as I can define the range of values in each category. I also want to add a legend as it show the range of values and the assigned color, a map scale (in kilometer) and geographical north direction. for eaxample I want to show the layer 1 as: 0.05-0.1>>blue 0.1-0.15>>green 0.15-0.2>>yellow 0.2-0.25>>red
Could you please help me about that?
0 件のコメント
回答 (2 件)
Walter Roberson
2011 年 6 月 29 日
Perhaps you could use contour() and supply the level list
9 件のコメント
Walter Roberson
2011 年 6 月 30 日
Which direction does using Myimg(:,:,1) display relative to what you would like displayed?
Sean de Wolski
2011 年 6 月 29 日
Perhaps you could convert it to be identical to a label image and then use label2rgb to show it?
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!