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

2 次查看(过去 30 天)
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.

shahzad ahmed
shahzad ahmed 2018-11-29
编辑:shahzad ahmed 2018-11-29
Try to extract below features
% Mean
% Variance
% Skewness
% Kurtosis
% Energy
% Entropy

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by