Hi All, I am working on human joint estimation. I am planning to use SVM classifier.
1) I want to find out the 15 human body parts or joints from the image. Does Opencv supports multi class SVM or I have to train one class with all other?
2) I am also planning to use super pixels instead of pixels. I have created SLIC super pixel algorithm. Each superpixel center has L, a ,b depth , x and y values. Anyone have idea about that, how to pass the superpixels to SVM classifier?
Thanks.