Facemorph.haar
Class EyeFinder

java.lang.Object
  extended by Facemorph.haar.EyeFinder

public class EyeFinder
extends java.lang.Object

Some kind of experimental eye detector (i.e. DO NOT USE!) I think based on Jingying's integral projection method


Constructor Summary
EyeFinder(java.awt.Image img, java.awt.Rectangle rect, int count)
          Creates a new instance of EyeFinder
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EyeFinder

public EyeFinder(java.awt.Image img,
                 java.awt.Rectangle rect,
                 int count)
Creates a new instance of EyeFinder

Parameters:
img - the image to search
rect - the rectangle to search
count - counter for debug output