Outdoor Scene segmentation>>>> How can I segment the following image to extract tree regions?
1 次查看(过去 30 天)
显示 更早的评论
0 个评论
采纳的回答
Image Analyst
2016-1-5
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
更多回答(1 个)
Spandan Tiwari
2016-1-5
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!