Package boofcv.alg.sfm.d2
-
Interface Summary Interface Description StitchingTransform<IT extends InvertibleTransform<IT>> TODO Comment -
Class Summary Class Description AssociatedPairTrack A track that's observed in two images at the same time.FactoryStitchingTransform Factory for creatingStitchingTransform
of different motion models.ImageMotionPointTrackerKey<I extends ImageBase<I>,IT extends InvertibleTransform<IT>> Computes the transform from the first image in a sequence to the current frame.ImageMotionPtkSmartRespawn<I extends ImageBase<I>,IT extends InvertibleTransform<IT>> Examines tracks inside ofImageMotionPointTrackerKey
and decides when new feature tracks should be respawned.StitchingFromMotion2D<I extends ImageBase<I>,IT extends InvertibleTransform<IT>> Stitches together sequences of images usingImageMotion2D
, typically used for image stabilization and creating mosaics.