Ask Your Question

alperaydin's profile - activity

2017-06-07 07:59:13 -0600 answered a question Actual number of iterations of CvSVM::train

OpenCV's SVM implementation is based on LibSVM. If you are a Matlab user you can transfer the data to Matlab, use LibSVM's Matlab package, and train an SVM there. It shows the number of iterations after the optimization finishes. I believe there is no way to do this in OpenCV.