What is feautre extraction? And what is its use in classification of image processing?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 5 Mai 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 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!