The document reviews 15 papers on various face detection methods published between 2013 and 2018. It finds that the most popular feature extraction method is skin color segmentation, which achieves detection rates of 88-98%. The Viola-Jones method typically detects face regions as well as other body parts at a rate of 80-90%. Common face detection methods reviewed include skin color segmentation, Viola-Jones, Haar features, 3D mean shift, and Cascaded Head and Shoulder Detection. OpenCV, Python or MATLAB are typically used to implement real-time face detection systems.