Is multi-label classification supported in OpenCV?

asked 2013-11-01 02:02:00 -0600

hasinitg gravatar image

Hi,

Could I please know if SVM based multi label classification is supported in OpenCV? I need to train a SVM with unlabelled set of training data, which represents multiple classes and get a multi label output for a given test data.

Could I know if this is supported with OpenCV?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Nope, multi class SVM is not supported AFAIK. Since even the regular SVM classification is not working properly, I suggest using an external library for this.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-04-25 06:42:10 -0600 )edit