Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Regarding multi class SVM and superpixels.

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.

click to hide/show revision 2
None

updated 2018-02-01 11:12:39 -0600

berak gravatar image

Regarding multi class SVM and superpixels.

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.