Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no, you can't set an svm instance as setSVMDetector. instead, you need to retrieve the dupport vector and rho, then put it all into a float array

please have a look at the (opencv3) c++ example (and i doubt, that this is doable from python with opencv2.4 at all)

no, you can't set an svm instance as setSVMDetector. instead, you need to retrieve the dupport support vector and rho, then put it all into a float arrayarray.

please have a look at the (opencv3) c++ example (and i doubt, that this is doable from python with opencv2.4 at all)

no, you can't set an svm instance as setSVMDetector. instead, you need to retrieve the support vector and rho, (-)rho, then put it all into a float array.

please have a look at the (opencv3) c++ example (and i doubt, that this is doable from python with opencv2.4 at all)

no, you can't set an svm instance as setSVMDetector. instead, you need to retrieve the support vector and (-)rho, (-)rho from your trained SVM, then put it all into a float array.

please have a look at the (opencv3) c++ example (and i doubt, that this is doable from python with opencv2.4 at all)