Hello,can anyone tell me how to find out if a mushroom has disease?

조회 수: 1 (최근 30일)
이 질문에 Steven Lord 님이 플래그를 지정함
In this image can anyone tell me how to find out if a mushroom is diseased?
  댓글 수: 6
Adam Danz
Adam Danz 2021년 9월 17일
One of the main problems is that disease does not present itself as a uniform pattern. Some fungal diseases form bubbles on the mushroom, others change the texture of the mushroom or forms networks of webs around the mustroom. This is explained in the link below. For single, cropped mustrooms, a deep learning could classify the mushroom according to these learned patterns if the entire fungal component is included within the crop which is itself a challenge. For groups of mushrooms, bubbles could be incorrectly identified when background mushrooms overlap in the 2D image. These issues make the problem a tough one to solve.
There is existing literature on mushroom classificiation that could serves as a useful starting point but again, it's quite a large task.
B Anuradha
B Anuradha 2021년 9월 20일
Thank you so much. It is really helpful for me.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2021년 9월 17일
I suggest you try deep learning. Input dozens or hundreds of images you say are healthy and an approximately equal number that are diseased. Train the deep learning model to classify it. It will figure out what it needs and give you the answer.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by