From e5544a96430c10e0f712c1429fc071a62e8971de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Marqu=C3=A8s?= Date: Wed, 5 Oct 2016 02:17:49 -0400 Subject: [PATCH] Updating `timeline` [README.md] --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bfb98c..749d726 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# face-recognition.js +## Project Description -Javascript Canvas face recognition using back buffer for performance optimization. Mixing convolution, substractive filter, this project tends to localise the components of the human face in the first hand, and in a second hand, to use ratios to identify faces. \ No newline at end of file +Javascript Canvas face recognition using back buffer for performance optimization. + +Mixing convolution, substractive filter, this project tends to localise the components of the human face in the first hand, and in a second hand, to use ratios to identify faces. + +The final aim is to be able to detect face components in **real-time** to control a program with your face only. Also, it must recognize components for whatever picture/video size, whatever fashion accessory weared. + + +## Development timeline +I. Image optimization + 1. Size adjustment + 2. Contrast adjustment + 3. Brightness adjustment + 4. Edge detection +II. Face extrusion + 1. Set ratio parameters (human face ratios and constants) + 2. Set face limits + 3. Remove background +III. Components recognition + 1. Set ratio parameters (human face ratios and constants) + 2. Set substractive filters (soft deep learning) \ No newline at end of file