irregular ,specific geometric shapes
古いコメントを表示
Hello again everyone,
i have an irregular region which i get from blob analysis.
As you see, it can not be defined as a known shape, it is not a circle, ellipse, line etc. How can i decide that the region is what i m looking for?
What can i do in such situations that don't match with any of geometric shape?
Can i make my own special filter?
Any suggestions?
Thanks in advance.

1 件のコメント
Walter Roberson
2012 年 7 月 17 日
You need the Fabric Recognition Toolkit, which is rumoured to be in development at paisley.ac.uk
採用された回答
その他の回答 (1 件)
Image Analyst
2012 年 7 月 17 日
0 投票
Lucky you. You get to learn about another field of image processing called "Morphometrics." Please read the Wikipedia article on it: http://en.wikipedia.org/wiki/Morphometrics
You say "How can i decide that the region is what i m looking for?" - well I have no idea what you're looking for. You may be able to get by with something simple if you just say what you want, like you want to find all circular objects, or sickle cells, or whatever.
1 件のコメント
Matt Kindig
2012 年 7 月 17 日
Building on Image Analyst's comment, you might also need to distinguish between size and shape. If you want to consider only shape comparisons, you might need to transform each matched region to have a common centroid, scale, and orientation. There are a number of methods to do so--I've used Procrustes analysis for this purpose.
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!