Leaf Segmentation using EM

asked 2018-05-28 15:00:24 -0600

Tarcisioflima gravatar image

updated 2018-05-28 16:03:31 -0600

I begin to develop an algorithm, which has the purpose to identify the area of the leaf that contains spots to report the severity of a disease. Therefore, during my research, I found out about LeafSnap and tried to follow their 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 return me some false positives or part of the image that are not pointed out to a cluster.

Which techniques can I apply to get some better results?

image description image description

edit retag flag offensive close merge delete