shape features for the segments?
2 次查看(过去 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!