| Package | Description |
|---|---|
| boofcv.abst.feature.disparity | |
| boofcv.alg.feature.disparity | |
| boofcv.alg.feature.disparity.impl |
| Modifier and Type | Method and Description |
|---|---|
DisparityScoreRowFormat<T,D> |
WrapDisparitySadRect.getAlg() |
| Constructor and Description |
|---|
WrapDisparitySadRect(DisparityScoreRowFormat<T,D> alg) |
| Modifier and Type | Class and Description |
|---|---|
class |
DisparityScoreSadRect<Input extends ImageSingleBand,Disparity extends ImageSingleBand>
Computes the disparity SAD score efficiently for a single rectangular region while minimizing CPU cache misses.
|
class |
DisparityScoreWindowFive<Input extends ImageSingleBand,Disparity extends ImageSingleBand>
Scores the disparity for a point using multiple rectangular regions in an effort to reduce errors at object borders,
based off te 5 region algorithm described in [1].
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplDisparityScoreSadRect_F32<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreSadRect for processing
input images of type ImageFloat32. |
class |
ImplDisparityScoreSadRect_S16<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreSadRect for processing
input images of type ImageSInt16. |
class |
ImplDisparityScoreSadRect_U8<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreSadRect for processing
input images of type ImageUInt8. |
class |
ImplDisparityScoreSadRectFive_F32<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreWindowFive for processing
images of type ImageFloat32. |
class |
ImplDisparityScoreSadRectFive_S16<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreWindowFive for processing
images of type ImageSInt16. |
class |
ImplDisparityScoreSadRectFive_U8<Disparity extends ImageSingleBand>
Implementation of
DisparityScoreWindowFive for processing
images of type ImageUInt8. |
Copyright © 2013. All Rights Reserved.