Uses of Interface
boofcv.abst.sfm.ImagePixelTo3D
Packages that use ImagePixelTo3D
-
Uses of ImagePixelTo3D in boofcv.abst.sfm
Classes in boofcv.abst.sfm that implement ImagePixelTo3DModifier and TypeClassDescriptionclass
DepthSparse3D_to_PixelTo3D<T extends ImageGray<T>>
Wrapper aroundDepthSparse3D
forImagePixelTo3D
. -
Uses of ImagePixelTo3D in boofcv.alg.sfm
Classes in boofcv.alg.sfm that implement ImagePixelTo3DModifier 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
Constructors in boofcv.alg.sfm.d3 with parameters of type ImagePixelTo3DModifierConstructorDescriptionVisOdomMonoDepthPnP
(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
Classes in boofcv.alg.sfm.d3.direct that implement ImagePixelTo3DMethods in boofcv.alg.sfm.d3.direct with parameters of type ImagePixelTo3DModifier and TypeMethodDescriptionboolean
PyramidDirectColorDepth.process
(Planar<T> input, ImagePixelTo3D inputDepth) protected void
PyramidDirectColorDepth.setKeyFrame
(ImagePixelTo3D inputDepth) void
PyramidDirectColorDepth.LayerTo3D.wrap
(ImagePixelTo3D orig)