Hello OpenCV Community,
i want to compare/ test the performance of Decision Trees and Cascade Classifiers for Person Detection. My Problem is that the cv::CascadeClassifier does the Preprocessing like Sliding Window etc. automatically in its Methods but the cv::DTree dont.
Is there a solution to extract the methods from the CC and use it for the DTrees also, or does the cv::DTree has something comparable?
I hope the question is understandable. Thank you for your Advice, Kind regards, Derrick