|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.oesf.AESF
public class AESF
Implementation of Average of Synthetic Exact Filters
Constructor Summary | |
---|---|
AESF()
|
Method Summary | |
---|---|
static FloatImage |
buildFilter(java.lang.String file)
Builds an AESF |
static void |
main(java.lang.String[] args)
Main method used for testing |
static void |
testFilter(java.lang.String file,
FloatImage filter)
Test the filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AESF()
Method Detail |
---|
public static FloatImage buildFilter(java.lang.String file) throws java.io.FileNotFoundException, java.io.IOException
file
- the file to build from
java.io.FileNotFoundException
java.io.IOException
public static void testFilter(java.lang.String file, FloatImage filter) throws java.io.FileNotFoundException, java.io.IOException
file
- the file listing the test images + templatesfilter
- the filter to test
java.io.FileNotFoundException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException
args
- the program args - args[0] = training list file, args[1] = testing list file
java.io.FileNotFoundException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |