1 | initial version |
I have managed to tackle it with creating a custom class that inherits CascadeClassifier class than i used featureEvaluator->setImage on the image patch that i want to run my classifier on,after that i accessed the runAt() method which is protected and only way to access it is using a class wrapper.By supplying the correct model size and above instructions,it worked.