Clear Filters
Clear Filters

to find the perimeter of leaf in image

2 views (last 30 days)
I m extracting features for multiple images, calling in a loop by using dir command. in diameter function to find the diameter of the object i.e i have used bwperim command. if in my folder i have leaf images of same plant than bwperim is working but if in folder i give leaves of different plants than it generates error shown in photo attached. Kindly help me how to resolve error.
i have attached the image of the one of the plant leaf in my dataset also. kindly help me.
thanx

Accepted Answer

Image Analyst
Image Analyst on 27 Nov 2016
You need to pass it a binary image. It looks like you probably passed it a color image.
  2 Comments
parul mittal
parul mittal on 27 Nov 2016
I have passed binary image only but still it is giving this error.

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!