フィルターのクリア

how to remove green pixels after background removal using color thresholder app in matlab?

1 回表示 (過去 30 日間)
Yoon ThiriZaw
Yoon ThiriZaw 2018 年 5 月 11 日
コメント済み: Yoon ThiriZaw 2018 年 5 月 15 日
i do plant disease detection and classification.i need a code to remove green pixels in matlab.i have done background removal using color thredholder app in matlab.how do i continue.Then,how to extract features using glcm.please help me for code this two.
  2 件のコメント
Image Analyst
Image Analyst 2018 年 5 月 12 日
What does "remove" mean to you? Set green pixels to zero (black)? Extract into an array with only those pixels in it? Something else???
Yoon ThiriZaw
Yoon ThiriZaw 2018 年 5 月 15 日
I mean green pixels remove- "the pixels where the level of green is higher than red and blue are identified and remove by application of the mask.These green pixels most probably represent healthy areas in the leaves. Thus,after removing the background and green pixels,the region left in an image is the region of our interest" said in my thesis reference paper. Then, how do i continue? Please,answer me! Thank u Image Analyst!You are great!!!

サインインしてコメントする。

回答 (1 件)

xiao
xiao 2018 年 5 月 12 日
you can set the pixel value which is (0,255,0) zero or 255, then you can do your remove. (or directly by finding out (0,255,0) )

カテゴリ

Help Center および File ExchangeAgriculture についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by