gnanimail / Face-Recognition-1

Face Recognition tutorial code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple OpenCV Face Recognition in Python

Face Recognition tutorial refference for http://thecodacus.com

Prerequisites

  • Python 2.x
  • OpenCV 2.x
  • Numpy

Installing

  • Create an empty Folder named "dataSet" in the same directory where the python scripts are
  • Create an empty folder called trainer In same directory

Running the tests

  • run the dataSetGenerator.py and enter a unique id to create face samples with your face
  • run trainer.py
  • run detector.py

Authors

About

Face Recognition tutorial code


Languages

Language:Python 100.0%