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 中查找有关 Image Preview and Device Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!