How to apply curvature(shape based features) on grayscale images in MATLAB?
1 次查看(过去 30 天)
显示 更早的评论
I want to extract curvature features(shape based feature) for gray scale images have any source code to apply please send me. Thanks
0 个评论
回答(2 个)
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
2018-11-29
编辑:shahzad ahmed
2018-11-29
Try to extract below features
% Mean
% Variance
% Skewness
% Kurtosis
% Energy
% Entropy
0 个评论
另请参阅
类别
在 Help Center 和 File 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!