How do I use and create, a polygon based linear sliding window for geometric "feature" and "Object" shape analysis
Show older comments
Im working on trying to characterize shape based features, with low matrix dimensions, basically Blobs 45 x 35, as an example. What is the best way to do this? Should I use a sliding Window? The blobs share a certain similarity in shape and are also unique at the same time.
Accepted Answer
More Answers (1)
Adam M
on 13 Aug 2013
0 votes
1 Comment
Image Analyst
on 14 Aug 2013
You could look at the circularity (=perimeter^2 / (4*pi*area)), or you could look at the Euler number (number of holes) or the aspect ratio or Fourier descriptors or whatever it takes to get your objects. Perhaps you will show us the objects that you need to classify.
Categories
Find more on Detect, Extract, and Match Features 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!