Page 1 of 1

Visir principial scheme

Posted: Sun Sep 20, 2009, 19:55
by Creator
The principial scheme of the Visir's face detection and tracking engine.

Re: Visir principial scheme

Posted: Tue Dec 15, 2009, 18:17
by Creator
  • Optical Flow Methods
    • calcOpticalFlowPyrLK - The iterative Lucas-Kanade method with pyramids (non-dense OFF)
    • calcOpticalFlowFarneback - Gunnar Farneback's algorithm (dense OFF)
    • the variational Oprical Flow method (dense OFF)
    • Stereo (1D OFF):
      • FindStereoCorrespondenceBM - computes the disparity map using block matching algorithm
      • FindStereoCorrespondenceCG - computes the disparity map using grapg cut-based algorithm
      • the variational disparity estimation
  • Face Detection Methods
    • Haar cascades
      • face detection
      • eyes detection
      • nose detection
      • lips detection
    • LPB cascades
  • Face Recognition Methods
    • Principal Component Analysis (PCA)
  • Face Tracking methods
  • Active Appearance Model
    • Contours
[/list][/list]

Re: Visir principial scheme

Posted: Fri Feb 26, 2010, 16:42
by Creator
We have updated the Visir architecture concept as follows:
Slide2.JPG

Slide3.JPG