|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFacemorph.mdl.multiScaleEdgeMDL
public class multiScaleEdgeMDL
In memory multiscale edge alignment
| Constructor Summary | |
|---|---|
multiScaleEdgeMDL(java.util.ArrayList<java.awt.image.BufferedImage> images)
Construct an image alignment object |
|
| Method Summary | |
|---|---|
java.util.ArrayList<Template> |
getTemplates(Template tem)
Apply the estimated warps to the give Template |
MultiscaleWarp |
invertWarp(MultiscaleWarp w)
Invert the warp |
static void |
main(java.lang.String[] args)
Main method for testing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public multiScaleEdgeMDL(java.util.ArrayList<java.awt.image.BufferedImage> images)
images - the images to align| Method Detail |
|---|
public MultiscaleWarp invertWarp(MultiscaleWarp w)
w - teh warp to invert
public java.util.ArrayList<Template> getTemplates(Template tem)
tem - the Template delineating the mean
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException
args - args[0] - list file, args[1] - template
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||