how can i set the pixel intensity values (I) that fall in the range, 200> I >30 to I = 200.
古いコメントを表示
採用された回答
その他の回答 (1 件)
David Young
2015 年 7 月 17 日
Img(200 > Img & Img > 30) = 200;
3 件のコメント
dp sb
2015 年 7 月 17 日
Walter Roberson
2015 年 7 月 17 日
That is probably more general than you intended, but your question was very general. What kinda functions to achieve what goal?
Image Analyst
2015 年 7 月 17 日
Here's some help: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862, especially the Image Segmentation Tutorial.
カテゴリ
ヘルプ センター および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!