Thursday, June 3, 2010

TrackEye

TrackEye@Codeproject

Could not get this to work... probably try again.

Seems to focus mainly on face and eye detection. The page says, that gaze detection should also be possible.

===== Added on 28.06.2010 =====


Settings to be Done to Perform a Good Tracking

Settings for Face & Eye Detection

Under TrackEye Menu --> Tracker Settings
  • Input Source: video
  • Click on Select file and select ..\Avis\Sample.avi
  • Face Detection Algorithm: Haar Face Detection Algorithm
  • Check “Track also Eyes” checkBox
  • Eye Detection Algorithm: Adaptive PCA
  • Uncheck “Variance Check”
  • Number of Database Images: 8
  • Number of EigenEyes: 5
  • Maximum allowable distance from eyespace: 1200
  • Face width/eye template width ratio: 0.3
  • ColorSpace type to use during PCA: CV_RGB2GRAY

Settings for Pupil Detection

Check “Track eyes in details” and then check “Detect also eye pupils”. Click “Adjust Parameters” button:
  • Enter “120” as the “Threshold Value”
  • Click “Save Settings” and then click “Close”

Settings for Snake

Check “Indicate eye boundary using active snakes”. Click “Settings for snake” button:
  • Select ColorSpace to use: CV_RGB2GRAY
  • Select Simple thresholding and enter 100 as the “Threshold value”
  • Click “Save Settings” and then click “Close”

1 comment:

  1. Added the settings, which are necessary for correct tracking.
    Have not tried it yet, as it is too dark for my webcam :(

    ReplyDelete