for object detection, we slide a window over the image(in different scales) and extract some feature, such as Haar like feature, and compare those feature with the model we have already extracted from training set.
if the sliding window size is M*N, how do you extract Haar like feature?