Uses of Class
boofcv.alg.sfm.DepthSparse3D
-
Uses of DepthSparse3D in boofcv.abst.sfm
-
Uses of DepthSparse3D in boofcv.abst.sfm.d3
ModifierConstructorDescriptionPyramidDirectColorDepth_to_DepthVisualOdometry
(DepthSparse3D<Depth> sparse3D, PyramidDirectColorDepth alg, Class<Depth> depthType) PyramidDirectColorDepth_to_DepthVisualOdometry
(DepthSparse3D<Depth> sparse3D, ConvertImageFilter<T, ?> convertImage, PyramidDirectColorDepth alg, Class<Depth> depthType) VisOdomPixelDepthPnP_to_DepthVisualOdometry
(DepthSparse3D<Depth> sparse3D, VisOdomMonoDepthPnP<Vis> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distance, ImageType<Vis> visualType, Class<Depth> depthType) -
Uses of DepthSparse3D in boofcv.alg.sfm
Modifier and TypeClassDescriptionstatic class
Implementation forGrayF32
.static class
DepthSparse3D.I<T extends GrayI<T>>
Implementation forGrayI
. -
Uses of DepthSparse3D 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
(ConfigVisOdomTrackPnP configVO, DepthSparse3D<Depth> sparseDepth, PointTracker<Vis> tracker, Class<Vis> visualType, Class<Depth> depthType)