This document discusses face detection techniques. It defines face detection as identifying regions in images that contain faces. Face detection is important for applications like security, video retrieval, and human-computer interfaces. The document categorizes face detection methods as either image-based, which use training to compare faces to non-faces, or knowledge-based, which detect facial features like skin, eyes and mouths. It provides examples of techniques within each category and notes that image-based methods are more complex while knowledge-based techniques are usually faster. The document concludes by outlining some open issues in face detection.