| Interface | Description |
|---|---|
| StereoDisparity<Image extends boofcv.struct.image.ImageSingleBand,Disparity extends boofcv.struct.image.ImageSingleBand> |
Given two rectified images compute the corresponding dense disparity image.
|
| StereoDisparitySparse<Image extends boofcv.struct.image.ImageSingleBand> |
Computes the disparity between two rectified images at specified points only.
|
| Class | Description |
|---|---|
| WrapDisparitySadRect<T extends boofcv.struct.image.ImageSingleBand,D extends boofcv.struct.image.ImageSingleBand> | |
| WrapDisparitySparseSadRect<ArrayData,T extends boofcv.struct.image.ImageSingleBand> |