How can i draw lines over my image lines?I want to do it to find how many repeating line structures are present in my image.Also I want to separate the line plots and oval shapes.How can i do that?
3 views (last 30 days)
Show older comments
Accepted Answer
Image Analyst
on 25 Jan 2016
Edited: Image Analyst
on 25 Jan 2016
See attached demos for drawing.
To distinguish between round blobs and non-round blobs, compute the circularity
circularity = 4*pi*Area / Perimeter^2
8 Comments
Image Analyst
on 27 Jan 2016
The area and the area-to-perimeter square ratio should be enough to discriminate between the two.
There is a new function called bwpropfilt() that lets you extract blobs based on standard measurements, but not computer ones like area-to-perimeter squared.
More Answers (0)
See Also
Categories
Find more on Feature Detection and Extraction in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


