how to remove green pixels after background removal using color thresholder app in matlab?
Show older comments
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 Comments
Image Analyst
on 12 May 2018
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
on 15 May 2018
Answers (1)
xiao
on 12 May 2018
0 votes
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) )
1 Comment
Yoon ThiriZaw
on 15 May 2018
Categories
Find more on Agriculture in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!