Uses of Interface
boofcv.alg.sfm.d2.StitchingTransform
-
Uses of StitchingTransform in boofcv.alg.sfm.d2
Modifier and TypeMethodDescriptionstatic StitchingTransform<Affine2D_F32>
FactoryStitchingTransform.createAffine_F32()
static StitchingTransform<Affine2D_F64>
FactoryStitchingTransform.createAffine_F64()
static StitchingTransform<Homography2D_F32>
FactoryStitchingTransform.createHomography_F32()
static StitchingTransform<Homography2D_F64>
FactoryStitchingTransform.createHomography_F64()
ModifierConstructorDescriptionStitchingFromMotion2D
(ImageMotion2D<I, IT> motion, ImageDistort<I, I> distorter, StitchingTransform<IT> converter, double maxJumpFraction) Provides internal algorithms and tuning parameters.