Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 740 Bytes

File metadata and controls

18 lines (10 loc) · 740 Bytes

2dImgRecognition

Simple object recognisation algorithms based on GMM. A typical simple object "FACE" looks like this:

FaceImg

A supervised and unsupervised(EM) are presented

Facedetection+Recognization

Implementation of the Robust Real-Time Face Detection of Paul Viola and Michael J. Jones

faceForDetection

Based on detected result, following face recognization algorithm is presented.

faceForRecog