how can i set the pixel intensity values (I) that fall in the range, 200> I >30 to I = 200.
Ältere Kommentare anzeigen
I am dealing with large images
Akzeptierte Antwort
Weitere Antworten (1)
David Young
am 17 Jul. 2015
Img(200 > Img & Img > 30) = 200;
3 Kommentare
dp sb
am 17 Jul. 2015
Walter Roberson
am 17 Jul. 2015
That is probably more general than you intended, but your question was very general. What kinda functions to achieve what goal?
Image Analyst
am 17 Jul. 2015
Here's some help: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862, especially the Image Segmentation Tutorial.
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!