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 as features for my SVM.
Actually, i have to use bag-of-features with SURF and color histogram 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.
↧