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