| Package | Description |
|---|---|
| boofcv.abst.feature.disparity | |
| boofcv.alg.feature.disparity | |
| boofcv.alg.feature.disparity.impl | |
| boofcv.factory.feature.disparity |
| Constructor and Description |
|---|
WrapDisparitySparseSadRect(DisparitySparseScoreSadRect<ArrayData,T> computeScore,
DisparitySparseSelect<ArrayData> select) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectSparseStandardWta<ArrayType>
Selects the disparity the smallest error and optionally applies several different types of validation to remove false
positives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplSelectSparseBasicWta_F32
Selects the disparity with the lowest score with no additional validation.
|
class |
ImplSelectSparseBasicWta_S32
Selects the disparity with the lowest score with no additional validation.
|
class |
ImplSelectSparseStandardWta_F32
Implementation of
SelectSparseStandardWta for score arrays of type F32. |
class |
ImplSelectSparseStandardWta_S32
Implementation of
SelectSparseStandardWta for score arrays of type S32. |
static class |
SelectSparseStandardSubpixel.F32 |
static class |
SelectSparseStandardSubpixel.S32 |
| Modifier and Type | Method and Description |
|---|---|
static DisparitySparseSelect<float[]> |
FactoryStereoDisparityAlgs.selectDisparitySparse_F32(int maxError,
double texture) |
static DisparitySparseSelect<int[]> |
FactoryStereoDisparityAlgs.selectDisparitySparse_S32(int maxError,
double texture) |
static DisparitySparseSelect<float[]> |
FactoryStereoDisparityAlgs.selectDisparitySparseSubpixel_F32(int maxError,
double texture) |
static DisparitySparseSelect<int[]> |
FactoryStereoDisparityAlgs.selectDisparitySparseSubpixel_S32(int maxError,
double texture) |
Copyright © 2013. All Rights Reserved.