Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to combine SURF,color histogram, and Bag of features for svm classifier

Hi everyone,

I am working on a project and i hope someone could help me. I need to combine Surf and color histogram to use ot for my SVM. Actually, i have to use bag-of-features with SURF and color histogram e as image features and linear SVM with the one-vs-rest strategy as a classifier. I can construct Bof by combining the two vectors, but when comes the part of the SVM, i don't know what to do, because, i have to use compute function from the bof, but i think i would not have color information.

How to combine SURF,color histogram, and Bag of features for svm classifier

Hi everyone,

I am working on a project and i hope someone could help me. I need to combine Surf and color histogram to use ot as features for my SVM. Actually, i have to use bag-of-features with SURF and color histogram e as image features and linear SVM with the one-vs-rest strategy as a classifier. I can construct Bof by combining the two vectors, but when comes the part of the SVM, i don't know what to do, because, i have to use compute function from the bof, but i think i would not have color information.