I was wondering if in haar cascade method the mask size is constant and to account for the different sizes of faces in an image , if the original image is shrunk and enlarged to find out overlaps .
I saw that in convolution neural networks the size of the weights matrix is constant at say 20*20
Apart from this , I would like to know if haar cascade or CNN is faster for face detection. If that's the case I could use haar cascade to first detect the positions of the face and then further use CNN to recognise the face.
Ps :-face is simply an object , it could be any other thing like car, tree.....