I have trained a cascade classifier on my own dataset using opencv_traincascade application as explained here. I now want to use this trained model only for classification, not detection.
However I can't seem to find the setImage and runAt methods, which were present in OpenCV 2.x but seemingly not in OpenCV 3.x.
Are they deliberately removed from this version? Is there any other way to perform classification using my trained cascade?