Shape analysis using regionprops()
2 ビュー (過去 30 日間)
古いコメントを表示
image contains leaf vein structures. How regionprops() can be used for shape analysis? which features can be extracted from the vein structure? thank u
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 6 月 20 日
regionprops() lists what it can measure in the "operations" list. It can measure things like area, perimeter, etc. You might also want to consider bwmorph() which can measure things like number of branchpoints or endpoints.
My File Exchange has an image segmentation tutorial that shows you how to use regionprops(). http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!