From 10928c3f10c95cb54bfc243a69c1dee83a315baa Mon Sep 17 00:00:00 2001 From: Peter Prettenhofer <peter.prettenhofer@gmail.com> Date: Fri, 13 Apr 2012 20:32:46 +0200 Subject: [PATCH] typo: Viola-Jones --- doc/datasets/labeled_faces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/datasets/labeled_faces.inc b/doc/datasets/labeled_faces.inc index 829eaeed3d..d38700597d 100644 --- a/doc/datasets/labeled_faces.inc +++ b/doc/datasets/labeled_faces.inc @@ -19,7 +19,7 @@ identified persons. Both Face Verification and Face Recognition are tasks that are typically performed on the output of a model trained to perform Face Detection. The -most popular model for Face Detection is called Viola-Johns and is +most popular model for Face Detection is called Viola-Jones and is implemented in the OpenCV library. The LFW faces were extracted by this face detector from various online websites. -- GitLab