Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Preprocessing from Cascade Classifier for Decision Trees

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

Preprocessing from Cascade Classifier for Decision Trees

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. understandable.

Thank you for your Advice, Advice,

Kind regards, regards,

Derrick