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 TypeClassDescriptionclassDepthSparse3D_to_PixelTo3D<T extends ImageGray<T>>Wrapper aroundDepthSparse3DforImagePixelTo3D. -
Uses of ImagePixelTo3D in boofcv.alg.sfm
Classes in boofcv.alg.sfm that implement ImagePixelTo3DModifier and TypeClassDescriptionclassStereoSparse3D<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 TypeMethodDescriptionbooleanPyramidDirectColorDepth.process(Planar<T> input, ImagePixelTo3D inputDepth) protected voidPyramidDirectColorDepth.setKeyFrame(ImagePixelTo3D inputDepth) voidPyramidDirectColorDepth.LayerTo3D.wrap(ImagePixelTo3D orig)