Image segmentation based upon optical features
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
I have an image with some texture in a region shown in first image. I want to segment the image based upon this texture. For this I have extracted feature as shown with blue squares (second image). I want to extract the region bound to the rectangular distribution of the features (shown by red dotted line).


Can somebody help me by suggesting some methodology to pursue this problem. Thanks
Antworten (1)
Image Analyst
am 15 Dez. 2014
0 Stimmen
I'd make a binary image with a point where each blue spot is. Then I'd dilate it with imdilate(). Then use my Extract biggest blob function attached, to get the largest blob, which will be the region you want. You can call bwboundaries on it if you want a list of the (x,y) coordinates of the perimeter.
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!