Visir principial scheme

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Visir principial scheme

Re: Visir principial scheme

Post by Creator » Fri Feb 26, 2010, 16:42

We have updated the Visir architecture concept as follows:
Slide2.JPG

Slide3.JPG

Re: Visir principial scheme

Post by Creator » Tue Dec 15, 2009, 18:17

  • 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]

Visir principial scheme

Post by Creator » Sun Sep 20, 2009, 19:55

The principial scheme of the Visir's face detection and tracking engine.
Attachments
visir.jpg

Top