Uses of Interface
boofcv.abst.sfm.ImagePixelTo3D
-
Uses of ImagePixelTo3D in boofcv.abst.sfm
Modifier and TypeClassDescriptionclass
DepthSparse3D_to_PixelTo3D<T extends ImageGray<T>>
Wrapper aroundDepthSparse3D
forImagePixelTo3D
. -
Uses of ImagePixelTo3D in boofcv.alg.sfm
Modifier and TypeClassDescriptionclass
StereoSparse3D<T extends ImageGray<T>>
Computes stereo disparity on a per pixel basis as requested. -
Uses of ImagePixelTo3D in boofcv.alg.sfm.d3
ModifierConstructorDescriptionVisOdomMonoDepthPnP
(ModelMatcher<Se3_F64, Point2D3D> motionEstimator, ImagePixelTo3D pixelTo3D, @Nullable RefinePnP refine, PointTracker<T> tracker) Configures magic numbers and estimation algorithms. -
Uses of ImagePixelTo3D in boofcv.alg.sfm.d3.direct
Modifier and TypeMethodDescriptionboolean
PyramidDirectColorDepth.process
(Planar<T> input, ImagePixelTo3D inputDepth) protected void
PyramidDirectColorDepth.setKeyFrame
(ImagePixelTo3D inputDepth) void
PyramidDirectColorDepth.LayerTo3D.wrap
(ImagePixelTo3D orig)