Gesture_Modeling
 project_goal
 .related_work
 .related_work_more
 .motivation
 hardware_setup
 recognition_preprocess
 recognition_template
 recognition_matching
 recognition_performance
 application_sketch
 blocks
 movie
 dmg_projects
 thanks

template matching

Each template T

compared to

U (unknown image) and
U' (subsampled unknown)

Compare:

  1. aspect ratios T : U
  2. red (empty) pixels in T with white pixels in U'
  3. blue (center) pixels in T with corresponding black pixels in U'
  4. green pixels in T with corresponding black and white pixels in U
  5. grey pixels in T with corresponding pixels in U
Select best matching three templates.