I am trying to speed up face detection in OpenCV. I have only one face I need to detect (I know this face from before). Does having this information speeds up the face detection? How can I use this?
I have considered some ideas such as using a smaller XML file since I am only detecting one face.
Thx