What is feautre extraction? And what is its use in classification of image processing?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What is feautre extraction? And what is its use in classification of image processing?
I want to know in the context of svm classification for image processing
0 comentarios
Respuestas (1)
Image Analyst
el 5 de Mayo de 2014
It's the making of measurements from an image. First you do segmentation to find the objects. Then you can classify them into different objects/"blobs" (e.g. circles and squares). Then you can label them to assign unique ID numbers for them. Then you can measure features for each blob, like area, perimeter, etc.
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox 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!