How to apply curvature(shape based features) on grayscale images in MATLAB?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to extract curvature features(shape based feature) for gray scale images have any source code to apply please send me. Thanks
0 comentarios
Respuestas (2)
Image Analyst
el 24 de Mzo. de 2018
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
el 29 de Nov. de 2018
Editada: shahzad ahmed
el 29 de Nov. de 2018
Try to extract below features
% Mean
% Variance
% Skewness
% Kurtosis
% Energy
% Entropy
0 comentarios
Ver también
Categorías
Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!