I'm looking for a sliding window implementation for images, which iterates over the whole image and changes scale and does it again, etc. In particular, I need this for object detection. The same kind of sliding window that was implemented by Viola and Jones, http://cs.nyu.edu/courses/fall12/CSCI-GA.2560-001/FaceRecognitionBoosting.pdf.
Do you know of any?
I'm looking for a sliding window implementation for images, which iterates over the whole image and changes scale and does it again, etc. In particular, I need this for object detection. The same kind of sliding window that was implemented by Viola and Jones, http://cs.nyu.edu/courses/fall12/CSCI-GA.2560-001/FaceRecognitionBoosting.pdf.
Do you know of any?