How to detect boundaries of a plant's leaves in an image?

7 次查看(过去 30 天)
I need to detect boundaries of a plant's leaves in an image. But i dont know where to start and which way i should follow.

采纳的回答

Image Analyst
Image Analyst 2017-12-3
Use the code there to get a binary image. Then call bwboundaries:
boundaries = bwboundaries(binaryImage);
  20 个评论
Abdullah Mazin
Abdullah Mazin 2022-1-28
Hellow Mr.
I wish with good healthy. Can u help me with extract feature from this type of image (palms) and remove the background and detect every leaf of palms healthy or unhealthy!!
Thank u for any thing.
Image Analyst
Image Analyst 2022-1-28
@Abdullah Mazin try stdfilt() on the color channel with the most contrast.
If you still need more help, start a new question. It's been 5 years so we probably don't want to bother @Halil Ibrahim Bozoglu anymore with your question.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Agriculture 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by