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!