| Class | Description |
|---|---|
| DepthSparse3D<T extends boofcv.struct.image.ImageSingleBand> |
Computes the 3D coordinate a point in a visual camera given a depth image.
|
| DepthSparse3D.F32 |
Implementation for
ImageFloat32. |
| DepthSparse3D.I<T extends boofcv.struct.image.ImageInteger> |
Implementation for
ImageInteger. |
| StereoProcessingBase<T extends boofcv.struct.image.ImageSingleBand> |
Base class that configures stereo processing.
|
| StereoSparse3D<T extends boofcv.struct.image.ImageSingleBand> |
Computes stereo disparity on a per pixel basis as requested.
|