Uses of Interface
boofcv.alg.sfm.d2.StitchingTransform
Packages that use StitchingTransform
-
Uses of StitchingTransform in boofcv.alg.sfm.d2
Methods in boofcv.alg.sfm.d2 that return StitchingTransformModifier 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()
Constructors in boofcv.alg.sfm.d2 with parameters of type StitchingTransformModifierConstructorDescriptionStitchingFromMotion2D
(ImageMotion2D<I, IT> motion, ImageDistort<I, I> distorter, StitchingTransform<IT> converter, double maxJumpFraction) Provides internal algorithms and tuning parameters.