How to Eliminate False Positives detected in Segmentation?
I am developing in MATLAB a code, which is supposed to identify the area on a leaf that contains spots to report the severity of a disease.
During my research, I found out about LeafSnap and got inspired by it. So, I tried to follow the paper to segment the leaf on the image using OpenCV Expectation Maximization, which is trained using S and V form HSV color space; however, it still returns some false positives due to reflection or shadow.

As you can see above, the color space have yellowish (in direct sunlight) or blueish (in shadow).
Please suggest any way by which I can avoid that false positives! Thank you
INPUT IMAGE:

1 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Agriculture in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
