j2d.face.detection
Class FaceTemplate

java.lang.Object
  extended by j2d.face.detection.SkinFace
      extended by j2d.face.detection.FaceTemplate

public class FaceTemplate
extends SkinFace


Nested Class Summary
 
Nested classes/interfaces inherited from class j2d.face.detection.SkinFace
SkinFace.FaceEllipse, SkinFace.SkinPixel
 
Constructor Summary
FaceTemplate(java.awt.Image img)
           
FaceTemplate(java.lang.String file)
           
FaceTemplate(java.net.URL url)
           
 
Method Summary
 double[] findThresholds()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class j2d.face.detection.SkinFace
findCenter, getBufferedImage, getHeight, getSource, getWidth, initPixels, makeBinary, output, processPixels, refreshEllipse, setDefaultThresholds, setImage, setImage, setThresholds, setupImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceTemplate

public FaceTemplate(java.lang.String file)

FaceTemplate

public FaceTemplate(java.net.URL url)
             throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

FaceTemplate

public FaceTemplate(java.awt.Image img)
Method Detail

findThresholds

public double[] findThresholds()

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException