I have successfully trained a classifier using opencv_traincascade
and would like to formally test its performance. However, the Cascade Classifier Training documentation states that the function opencv_performance
can only be used on classifiers trained on the now obsolete opencv_haartraining
. So is there any other way to automatically evaluate the performance of my classifier?
P.S. In case this helps I am running a 64-bit Ubuntu 12.04 LTS and OpenCV 2.4.6.1