Uses of Class
boofcv.alg.sfm.d2.StitchingFromMotion2D
Packages that use StitchingFromMotion2D
-
Uses of StitchingFromMotion2D in boofcv.factory.sfm
Methods in boofcv.factory.sfm that return StitchingFromMotion2DModifier and TypeMethodDescriptionstatic <I extends ImageBase<I>,
IT extends InvertibleTransform<IT>>
StitchingFromMotion2D<I,IT> FactoryMotion2D.createVideoStitch
(double maxJumpFraction, ImageMotion2D<I, IT> motion2D, ImageType<I> imageType) Estimates the image motion then combines images together.