shape features for the segments?

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.

 採用された回答

Image Analyst
Image Analyst 2013 年 10 月 11 日

0 投票

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 件のコメント

SAM
SAM 2013 年 10 月 11 日
編集済み: SAM 2013 年 10 月 11 日
thanks for reply. can u tell me how could i do this with graph cut method. i wants to keep K=5.
basically i have to write for this equation.
G=(1/ area of regioni )sum(k)
where i ( i = 0, 1, 2,4 ) is the index of the largest three regions. (k) is the normalized coordinates (normalized by the width of the image) . plz reply me..
Image Analyst
Image Analyst 2013 年 10 月 11 日
Attach your image and I'll see what I can do, if I have time.
Image Analyst
Image Analyst 2013 年 10 月 11 日
SAM
SAM 2013 年 10 月 11 日
any way thanks for your help.........
SAM
SAM 2013 年 10 月 12 日
hi can plz tell me a simple way of writing graphcut program with K-means method.
i.e an image divide into 6 parts (cluster).
plz reply.
Image Analyst
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
SAM
SAM 2013 年 10 月 12 日
編集済み: SAM 2013 年 10 月 12 日
i have already try this but the problem with this code is it converting rgb to Lab and i wanted to use rgb image. moreover, its only valid for K=3.

サインインしてコメントする。

その他の回答 (0 件)

質問済み:

SAM
2013 年 10 月 11 日

コメント済み:

SAM
2013 年 10 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by