How to Eliminate False Positives detected in Segmentation?

2 ビュー (過去 30 日間)
Tarcisio Lima
Tarcisio Lima 2018 年 6 月 5 日
編集済み: Tarcisio Lima 2018 年 6 月 11 日

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 件のコメント
Walter Roberson
Walter Roberson 2018 年 6 月 5 日
This is not a MATLAB question, this is an algorithm question.

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

採用された回答

Image Analyst
Image Analyst 2018 年 6 月 6 日
Try the attached demo. It works for the one image you uploaded but may not work well with those fixed thresholds depending on how green and cluttered your "background" is.
  9 件のコメント
Image Analyst
Image Analyst 2018 年 6 月 10 日
If this is people in the wild, like the general public who are uploading to your web site, then you may have to use deep learning. Otherwise, if they're research partners of yours, instruct them with tips on how to take a good photo.
Tarcisio Lima
Tarcisio Lima 2018 年 6 月 11 日
編集済み: Tarcisio Lima 2018 年 6 月 11 日
I will take a look in deep learning and see if it can solve the issue. Thank you!

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

その他の回答 (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