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)
2 | No.2 Revision |
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)
3 | No.3 Revision |
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)
4 | No.4 Revision |
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)