Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Quadratic Programming in OpenCV 3.0.0

I'm recently trying to solve a problem which involves quadratic (semi-definite) programming in C++. since I sometimes use OpenCV library and I'm aware that SVM is indeed supported, I'm rather astonished that in this page: http://docs.opencv.org/3.0-beta/modules/core/doc/optim.html no stuff for solving QP pbs is provided. Am I wrong? How a SVM could be trained without using QP's methods? Many thanks for your kind answers. Guido