Uses of Interface
boofcv.abst.sfm.d3.MonocularPlaneVisualOdometry
-
Uses of MonocularPlaneVisualOdometry in boofcv.abst.sfm.d3
Modifier and TypeClassDescriptionclass
MonocularPlaneVisualOdometryScaleInput<T extends ImageBase<T>>
* Wrapper aroundMonocularPlaneVisualOdometry
which scales the input images.class
MonoOverhead_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoOverheadMotion2D
forMonocularPlaneVisualOdometry
.class
MonoPlaneInfinity_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoPlaneInfinity
forMonocularPlaneVisualOdometry
.ModifierConstructorDescriptionMonocularPlaneVisualOdometryScaleInput
(MonocularPlaneVisualOdometry<T> alg, double scaleFactor) -
Uses of MonocularPlaneVisualOdometry in boofcv.factory.sfm
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
MonocularPlaneVisualOdometry<T>FactoryVisualOdometry.monoPlaneInfinity
(@Nullable ConfigPlanarTrackPnP config, Class<T> imageType) Creates monocular visual odometry which relies on the ground being a flat planestatic <T extends ImageGray<T>>
MonocularPlaneVisualOdometry<T>FactoryVisualOdometry.monoPlaneOverhead
(double cellSize, double maxCellsPerPixel, double mapHeightFraction, double inlierGroundTol, int ransacIterations, int thresholdRetire, int absoluteMinimumTracks, double respawnTrackFraction, double respawnCoverageFraction, PointTracker<T> tracker, ImageType<T> imageType) Monocular plane based visual odometry algorithm which creates a synthetic overhead view and tracks image features inside this synthetic view.static <T extends ImageBase<T>>
MonocularPlaneVisualOdometry<T>FactoryVisualOdometry.scaleInput
(MonocularPlaneVisualOdometry<T> vo, double scaleFactor) Wraps around aMonocularPlaneVisualOdometry
instance and will rescale the input images and adjust the cameras intrinsic parameters automatically.Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
MonocularPlaneVisualOdometry<T>FactoryVisualOdometry.scaleInput
(MonocularPlaneVisualOdometry<T> vo, double scaleFactor) Wraps around aMonocularPlaneVisualOdometry
instance and will rescale the input images and adjust the cameras intrinsic parameters automatically.