Shape feature extraction in Matlab

조회 수: 32 (최근 30일)
Aswathy Gopan
Aswathy Gopan 2015년 11월 21일
댓글: Image Analyst 2018년 3월 17일
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.

채택된 답변

Image Analyst
Image Analyst 2015년 11월 21일
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
Dileep Kumar Kothamasu
Dileep Kumar Kothamasu 2018년 3월 17일
can someone attach the code for shape feature extraction?
Image Analyst
Image Analyst 2018년 3월 17일

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by