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!