I - Input image typeIT - Internally used image motion modelpublic interface ImageMotion2D<I extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform>
Homography2D_F64 transformation family, The returned transformations use the first image as the reference
frame, but other images can be converted into the reference frame. Typically used in image stabilization
or image mosaic applications.| Modifier and Type | Method and Description |
|---|---|
IT |
getFirstToCurrent()
Transform from first image into the current image.
|
java.lang.Class<IT> |
getTransformType()
Type of transform that it estimates
|
boolean |
process(I input)
Processes and updates the image transform.
|
void |
reset()
Resets the class into its initial state and throws away any information on the image sequence
|
void |
setToFirst()
Turns the current image into the origin of the coordinate system.
|
boolean process(I input)
input - Next image in the sequence. Not modified.void reset()
void setToFirst()
IT getFirstToCurrent()
java.lang.Class<IT> getTransformType()