How to extract features from image for classification and object recognition?

↘锁芯ラ 提交于 2019-12-24 00:33:20

问题


I'm confused about the way I should make the "features extraction " method I want to use SVMs to apply "Object recognition" in images , There's a sample in Emgu's examples that holds an XML file contains the features of a cat ! and I've been trying since a week to know how they did it and what methods they used and I came across this page http://experienceopencv.blogspot.com/2011/02/learning-deformable-models-with-latent.html that displays the steps ! It's so complicated plus couldn't do it myself I'm so lost !! can anyone tell me an appropriate method of "features extraction "Compatible with SVMs learning ? Accord has SVM example but it's on hand writing and doesn't deal with color images =( any helping links ? thanks


回答1:


all feature extraction methods are compatible with svm... u just need to choose one... select one and get the features and then input these features into svm.... explanation of what is feature extraction is here http://en.wikipedia.org/wiki/Feature_extraction




回答2:


You need to concentrate on the gabor filter, which is an advanced extractor for face recognition and object recognition.



来源:https://stackoverflow.com/questions/9328231/how-to-extract-features-from-image-for-classification-and-object-recognition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!