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!