| Class | Description |
|---|---|
| ImplDisparityScoreSadRect_F32<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreSadRect for processing
input images of type GrayF32. |
| ImplDisparityScoreSadRect_S16<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreSadRect for processing
input images of type GrayS16. |
| ImplDisparityScoreSadRect_U8<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreSadRect for processing
input images of type GrayU8. |
| ImplDisparityScoreSadRectFive_F32<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreWindowFive for processing
images of type GrayF32. |
| ImplDisparityScoreSadRectFive_S16<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreWindowFive for processing
images of type GrayS16. |
| ImplDisparityScoreSadRectFive_U8<Disparity extends boofcv.struct.image.ImageGray> |
Implementation of
DisparityScoreWindowFive for processing
images of type GrayU8. |
| ImplDisparitySparseScoreSadRect_F32 |
Implementation of
DisparitySparseScoreSadRect that processes images of type GrayF32. |
| ImplDisparitySparseScoreSadRect_S16 |
Implementation of
DisparitySparseScoreSadRect that processes images of type GrayS16. |
| ImplDisparitySparseScoreSadRect_U8 |
Implementation of
DisparitySparseScoreSadRect that processes images of type GrayU8. |
| ImplSelectRectBasicWta_F32_U8 |
Implementation of
SelectRectBasicWta for scores of type F32. |
| ImplSelectRectBasicWta_S32_U8 |
Implementation of
SelectRectBasicWta for scores of type S32. |
| ImplSelectRectStandard_F32_U8 |
Implementation of
ImplSelectRectStandardBase_F32 for GrayU8. |
| ImplSelectRectStandard_S32_U8 |
Implementation of
ImplSelectRectStandardBase_S32 for GrayU8. |
| ImplSelectRectStandardBase_F32<T extends boofcv.struct.image.ImageGray> |
Implementation of
SelectRectStandard as a base class for arrays of type F32. |
| ImplSelectRectStandardBase_S32<T extends boofcv.struct.image.ImageGray> |
Implementation of
SelectRectStandard as a base class for arrays of type S32. |
| ImplSelectSparseBasicWta_F32 |
Selects the disparity with the lowest score with no additional validation.
|
| ImplSelectSparseBasicWta_S32 |
Selects the disparity with the lowest score with no additional validation.
|
| ImplSelectSparseStandardWta_F32 |
Implementation of
SelectSparseStandardWta for score arrays of type F32. |
| ImplSelectSparseStandardWta_S32 |
Implementation of
SelectSparseStandardWta for score arrays of type S32. |
| SelectRectSubpixel |
Implementation of
ImplSelectRectStandardBase_S32 that adds sub-pixel accuracy. |
| SelectRectSubpixel.F32_F32 |
For scores of type float[]
|
| SelectRectSubpixel.S32_F32 |
For scores of type int[]
|
| SelectSparseStandardSubpixel |
Subpixel accuracy for disparity.
|
| SelectSparseStandardSubpixel.F32 | |
| SelectSparseStandardSubpixel.S32 | |
| StereoDisparityWtoNaive<I extends boofcv.struct.image.ImageGray> |
Very basic algorithm for testing stereo disparity algorithms for correctness and employs a
"winner takes all" strategy for selecting the solution.
|
| StereoDisparityWtoNaiveFive<I extends boofcv.struct.image.ImageGray> |
Naive version of
DisparityScoreWindowFive. |
| UtilDisparityScore |
Contains common functions for computing disparity scores.
|