Uses of Class
boofcv.factory.sfm.ConfigVisOdomTrackPnP
-
Uses of ConfigVisOdomTrackPnP in boofcv.factory.sfm
Modifier and TypeFieldDescriptionConfigRgbDepthTrackPnP.scene
Configuration for building and optimizing a local sceneConfigStereoDualTrackPnP.scene
Configuration for building and optimizing a local sceneConfigStereoMonoTrackPnP.scene
Configuration for building and optimizing a local sceneModifier and TypeMethodDescriptionstatic <Vis extends ImageGray<Vis>,
Depth extends ImageGray<Depth>>
DepthVisualOdometry<Vis,Depth> FactoryVisualOdometry.rgbDepthPnP
(ConfigVisOdomTrackPnP configVO, DepthSparse3D<Depth> sparseDepth, PointTracker<Vis> tracker, Class<Vis> visualType, Class<Depth> depthType) ConfigVisOdomTrackPnP.setTo
(ConfigVisOdomTrackPnP src) static <T extends ImageGray<T>,
Desc extends TupleDesc<Desc>>
StereoVisualOdometry<T>FactoryVisualOdometry.stereoDualTrackerPnP
(ConfigVisOdomTrackPnP configVO, PointTracker<T> trackerLeft, PointTracker<T> trackerRight, ConfigStereoDualTrackPnP hack, Class<T> imageType) static <T extends ImageGray<T>>
StereoVisualOdometry<T>FactoryVisualOdometry.stereoMonoPnP
(@Nullable ConfigVisOdomTrackPnP configVO, StereoDisparitySparse<T> sparseDisparity, PointTracker<T> tracker, Class<T> imageType) Stereo vision based visual odometry algorithm which runs a sparse feature tracker in the left camera and estimates the range of tracks once when first detected using disparity between left and right cameras. -
Uses of ConfigVisOdomTrackPnP in boofcv.gui.controls
ModifierConstructorDescriptionControlPanelVisOdomTrackPnP
(ControlPanelVisOdomTrackPnP.Listener listener, ConfigVisOdomTrackPnP config_)