Uses of Interface
boofcv.abst.sfm.d2.ImageMotion2D
-
Uses of ImageMotion2D in boofcv.abst.sfm.d2
Modifier and TypeClassDescriptionclass
PlToGrayMotion2D<T extends ImageGray<T>,
IT extends InvertibleTransform<IT>> Wrapper which converts a planar image into a gray scale image before computing its image motion.class
WrapImageMotionPtkSmartRespawn<T extends ImageBase<T>,
IT extends InvertibleTransform<IT>> Wrapper aroundImageMotionPtkSmartRespawn
forImageMotion2D
. -
Uses of ImageMotion2D in boofcv.alg.sfm.d2
ModifierConstructorDescriptionStitchingFromMotion2D
(ImageMotion2D<I, IT> motion, ImageDistort<I, I> distorter, StitchingTransform<IT> converter, double maxJumpFraction) Provides internal algorithms and tuning parameters. -
Uses of ImageMotion2D in boofcv.alg.sfm.d3
ModifierConstructorDescriptionVisOdomMonoOverheadMotion2D
(double cellSize, double maxCellsPerPixel, double mapHeightFraction, ImageMotion2D<T, Se2_F64> motion2D, ImageType<T> imageType) Configures motion estimation algorithm. -
Uses of ImageMotion2D in boofcv.factory.sfm
Modifier and TypeMethodDescriptionstatic <I extends ImageBase<I>,
IT extends InvertibleTransform<IT>>
ImageMotion2D<I,IT> FactoryMotion2D.createMotion2D
(int ransacIterations, double inlierThreshold, int outlierPrune, int absoluteMinimumTracks, double respawnTrackFraction, double respawnCoverageFraction, boolean refineEstimate, PointTracker<I> tracker, IT motionModel) Estimates the 2D motion of an image using different models.Modifier 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.