Facemorph.psm
Class ImagePair

java.lang.Object
  extended by Facemorph.psm.ImagePair

public class ImagePair
extends java.lang.Object

Simple container for an probability image and a point location image, for use with PSM feature detection


Field Summary
 PointImage location
          The location image
 FloatImage probability
          The probability image
 
Constructor Summary
ImagePair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public PointImage location
The location image


probability

public FloatImage probability
The probability image

Constructor Detail

ImagePair

public ImagePair()