| Interface | Description |
|---|---|
| StitchingTransform<IT extends georegression.struct.InvertibleTransform> |
TODO Comment
|
| Class | Description |
|---|---|
| AssociatedPairTrack | |
| FactoryStitchingTransform |
Factory for creating
StitchingTransform of different motion models. |
| ImageMotionPointTrackerKey<I extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform> |
Computes the transform from the first image in a sequence to the current frame.
|
| ImageMotionPtkSmartRespawn<I extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform> |
Examines tracks inside of
ImageMotionPointTrackerKey and decides when new feature tracks should be respawned. |
| PruneCloseTracks |
Detects if tracks are too close together and discards some of the close ones.
|
| StitchingFromMotion2D<I extends boofcv.struct.image.ImageBase,IT extends georegression.struct.InvertibleTransform> |
Stitches together sequences of images using
ImageMotion2D, typically used for image stabilization
and creating mosaics. |
| StitchingFromMotion2D.Corners | |
| UtilImageMotion |