| Interface | Description |
|---|---|
| ImageMotion2D<I extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform> |
Estimates the 2D motion of images in a video sequence.
|
| Class | Description |
|---|---|
| MsToGrayMotion2D<T extends boofcv.struct.image.ImageSingleBand,IT extends georegression.struct.InvertibleTransform> |
Wrapper which converts a multi-spectral image into a gray scale image before computing its image motion.
|
| WrapImageMotionPtkSmartRespawn<T extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform> |
Wrapper around
ImageMotionPtkSmartRespawn for ImageMotion2D. |