Uses of Interface
boofcv.abst.sfm.d3.DepthVisualOdometry
-
Uses of DepthVisualOdometry in boofcv.abst.sfm.d3
Modifier and TypeClassDescriptionclass
PyramidDirectColorDepth_to_DepthVisualOdometry<T extends ImageBase<T>,
Depth extends ImageGray<Depth>> TODO writeclass
VisOdomPixelDepthPnP_to_DepthVisualOdometry<Vis extends ImageBase<Vis>,
Depth extends ImageGray<Depth>> Wrapper aroundVisOdomMonoDepthPnP
forDepthVisualOdometry
. -
Uses of DepthVisualOdometry in boofcv.factory.sfm
Modifier and TypeMethodDescriptionstatic <Vis extends ImageGray<Vis>,
Depth extends ImageGray<Depth>>
DepthVisualOdometry<Planar<Vis>,Depth> FactoryVisualOdometry.depthDirect
(DepthSparse3D<Depth> sparse3D, ImageType<Planar<Vis>> visualType, Class<Depth> depthType) static <Vis extends ImageGray<Vis>,
Depth extends ImageGray<Depth>>
DepthVisualOdometry<Vis,Depth> FactoryVisualOdometry.rgbDepthPnP
(ConfigRgbDepthTrackPnP config, Class<Vis> visualType, Class<Depth> depthType) static <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)