shape features for the segments?

1 visualización (últimos 30 días)
SAM
SAM el 11 de Oct. de 2013
Comentada: SAM el 12 de Oct. de 2013
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.

Respuesta aceptada

Image Analyst
Image Analyst el 11 de Oct. de 2013
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 comentarios
Image Analyst
Image Analyst el 12 de Oct. de 2013
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 el 12 de Oct. de 2013
Editada: SAM el 12 de Oct. de 2013
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.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by