Shape feature extraction in Matlab

31 visualizaciones (últimos 30 días)
Aswathy Gopan
Aswathy Gopan el 21 de Nov. de 2015
Comentada: Image Analyst el 17 de Mzo. de 2018
I would like to know how to extract shape features like area,perimeter ,eccentricity,symmetry distance in Matlab.Do i need to convert the colour image into grayscale for doing this calculation.Or is the calculation done in the pre-processed segmented image.

Respuesta aceptada

Image Analyst
Image Analyst el 21 de Nov. de 2015
You need to first segment the image to get a binary image then you can call regionprops(). Whether you call rgb2gray() or just extract one of the RGB color channels, or use rgb2hsv() or rgb2lab(), or PCA or something else really depends on your image and what you need to find in it. Post your image(s) if you want more advice.
  6 comentarios
Dileep Kumar Kothamasu
Dileep Kumar Kothamasu el 17 de Mzo. de 2018
can someone attach the code for shape feature extraction?
Image Analyst
Image Analyst el 17 de Mzo. de 2018

Iniciar sesión para comentar.

Más respuestas (1)

junnie vix
junnie vix el 21 de Mzo. de 2017
I am using SURF to extract shape in matlab. I don't have any idea how to start it. Any helpful guidance or reference?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by