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

3 views (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 3 Dec 2017
Use the code there to get a binary image. Then call bwboundaries:
boundaries = bwboundaries(binaryImage);
  20 Comments
Abdullah Mazin
Abdullah Mazin on 28 Jan 2022
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 on 28 Jan 2022
@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.

Sign in to comment.

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!