Outdoor Scene segmentation>>>> How can I segment the following image to extract tree regions?
1 view (last 30 days)
Show older comments
Accepted Answer
Image Analyst
on 5 Jan 2016
Perhaps just find all the green pixels. I have several color segmentation demos in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Also check out published papers on it: http://www.visionbib.com/bibliography/contentscartog.html#Cartography,%20Aerial%20Images,%20Remote%20Sensing,%20Buildings,%20Roads,%20Terrain,%20ATR
More Answers (1)
Spandan Tiwari
on 5 Jan 2016
See if imseggeodesic in Image Processing Toolbox is something that can be useful here. It is semi-automatic in the sense that you need to mark some pixels/regions from the foreground and the background. You can also try to automate it fully selecting automatically selecting 'green' input.
2 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!