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!