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