Hello Open CV Community,
Situation: The Cascade Classifier Detection uses a sliding window of different sizes (image pyramid). The CC is trained with 20x20 px images and the current frame of the sliding window has the size of 50x50.
Does the CC resize the current sliding window frame to the trained size (20x20 pixel) and detect it afterwards or does the CC detection process doesn't care about the image size? (maybe because the features are using average values)
This question is for the purpose of understanding the Cascade Classifier process.
Thank you very much,
Derrick