Facemorph.mdl
Class ImageErrorTest

java.lang.Object
  extended by Facemorph.mdl.ImageErrorTest

public class ImageErrorTest
extends java.lang.Object

Test the difference between images


Constructor Summary
ImageErrorTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test method, seems to find the error from the average of a set of images??
static java.util.ArrayList<java.lang.String> readImageNames(java.lang.String fileName)
          Read the names of a set of images
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageErrorTest

public ImageErrorTest()
Method Detail

readImageNames

public static java.util.ArrayList<java.lang.String> readImageNames(java.lang.String fileName)
                                                            throws java.io.FileNotFoundException
Read the names of a set of images

Parameters:
fileName - the name of the file to read the names from
Returns:
returns the list of names in the file
Throws:
java.io.FileNotFoundException

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Test method, seems to find the error from the average of a set of images??

Parameters:
args - args[0] = name of image list file
Throws:
java.io.FileNotFoundException
java.io.IOException