How to apply curvature(shape based features) on grayscale images in MATLAB?

조회 수: 1 (최근 30일)
Javaid Iqbal
Javaid Iqbal 2018년 3월 24일
편집: shahzad ahmed 2018년 11월 29일
I want to extract curvature features(shape based feature) for gray scale images have any source code to apply please send me. Thanks

답변 (2개)

Image Analyst
Image Analyst 2018년 3월 24일
Extract edges. Skeletonize. Fit lines with splines. Derivative of the spline equations give you the curvature at every point. See demo, and adapt as needed.
  댓글 수: 1
Javaid Iqbal
Javaid Iqbal 2018년 4월 4일
Sir how to execute this code for gray scale image data set I want to find curvatures for brain image data set.

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


shahzad ahmed
shahzad ahmed 2018년 11월 29일
편집: shahzad ahmed 2018년 11월 29일
Try to extract below features
% Mean
% Variance
% Skewness
% Kurtosis
% Energy
% Entropy

Community Treasure Hunt

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

Start Hunting!

Translated by