Hi Guys,
someone of you knows how to include LibSVM (http://www.csie.ntu.edu.tw/~cjlin/libsvm/) in OpenCV ? I would like to use LibSVM instead of OpenCV SVM that is less powerfull (i.e. no probability is given in multi-class problem).
I have an example with the predict function (http://kuantinglai.blogspot.it/2013/07/using-libsvm-with-opencv-mat.html) but I don't know how to create the model.
Thanks in advance
M.