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