shape features for the segments?
1 回表示 (過去 30 日間)
古いコメントを表示
hi i have to write a program for shape features for the segments with top 4 largest areas. and i dont know how to do this .
plz help me.
0 件のコメント
採用された回答
Image Analyst
2013 年 10 月 11 日
See my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
My function that extracts the N biggest or smallest blobs is included in the demo I attached below. Once you have the 4 largest regions you can then call regionprops to measure things in them like the area, perimeter, equivalent circular diameter, etc.
7 件のコメント
Image Analyst
2013 年 10 月 12 日
Steve Eddins has a demo for the k-means method for color segmentation: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!