How to find the green area?
古いコメントを表示
I am trying to find the area within the green boundaries. How should I go about with the codes?
2 件のコメント
Image Analyst
2013 年 10 月 23 日
Why are you starting a new thread instead of continuing your prior duplicate thread? Even if you didn't like my answer, you don't need to start a new discussion for others to answer.
Epah
2013 年 10 月 23 日
採用された回答
その他の回答 (2 件)
aredhel_vlsi
2014 年 2 月 19 日
0 投票
Hello people, I would like to locate the green pixels of the image and extract their position in the image. For example at this image : folder = fullfile(matlabroot, '\toolbox\images\imdemos'); baseFileName = 'peppers.png';
I would like to remove the green peppers, and know their position at my image. Could you please help me in that ? Is there any tool I could use? I don't have skills at Image processing, I just want to use it for extracting information. I have managed so far to read the image, imageshow the R,G,B channels but I am stuck now. Please help !Thank you in advance !
1 件のコメント
Image Analyst
2014 年 2 月 19 日
Look at my color segmentation demos. It's simple matter to adapt the thresholds in the demo to pick out green. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
riya reetu
2017 年 9 月 1 日
編集済み: riya reetu
2017 年 9 月 1 日
0 投票
Could you please give me code for Detection of roadside vegetation
1 件のコメント
Image Analyst
2017 年 9 月 1 日
カテゴリ
ヘルプ センター および File Exchange で Display 2-D Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!