uk.ac.ed.morphml_handler.warp
Class AffineWarp

java.lang.Object
  extended by uk.ac.ed.morphml_handler.warp.AffineWarp
All Implemented Interfaces:
WarpingMethod

public class AffineWarp
extends Object
implements WarpingMethod


Constructor Summary
AffineWarp()
          Creates a new instance of AffineWarp
 
Method Summary
 WarpingTransformation warp(Object warpReferencePoints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffineWarp

public AffineWarp()
Creates a new instance of AffineWarp

Method Detail

warp

public WarpingTransformation warp(Object warpReferencePoints)
                           throws WarpingException
Specified by:
warp in interface WarpingMethod
Throws:
WarpingException