Uses of Interface
boofcv.alg.disparity.block.DisparitySparseSelect
Package
Description
-
Uses of DisparitySparseSelect in boofcv.abst.disparity
ModifierConstructorDescriptionWrapDisparitySparseRectifiedBM
(DisparitySparseRectifiedScoreBM<ArrayData, T> computeScore, DisparitySparseSelect<ArrayData> select) -
Uses of DisparitySparseSelect in boofcv.alg.disparity.block
Modifier and TypeClassDescriptionclass
SelectSparseStandardWta<ArrayType>
Selects the disparity the smallest error and optionally applies several different types of validation to remove false positives. -
Uses of DisparitySparseSelect in boofcv.alg.disparity.block.select
Modifier and TypeClassDescriptionstatic class
class
Selects the best correlation score with sanity checks.class
Selects the disparity with the lowest score with no additional validation.class
Selects the disparity with the lowest score with no additional validation.static class
static class
class
Implementation ofSelectSparseStandardWta
for score arrays of type F32.class
Implementation ofSelectSparseStandardWta
for score arrays of type S32. -
Uses of DisparitySparseSelect in boofcv.factory.disparity
Modifier and TypeMethodDescriptionstatic DisparitySparseSelect<float[]>
FactoryStereoDisparityAlgs.selectDisparitySparse_F32
(int maxError, double texture, int tolRightToLeft) static DisparitySparseSelect<int[]>
FactoryStereoDisparityAlgs.selectDisparitySparse_S32
(int maxError, double texture, int tolRightToLeft) static DisparitySparseSelect<float[]>
FactoryStereoDisparityAlgs.selectDisparitySparseSubpixel_F32
(int maxError, double texture, int tolRightToLeft, boolean squaredError) static DisparitySparseSelect<int[]>
FactoryStereoDisparityAlgs.selectDisparitySparseSubpixel_S32
(int maxError, double texture, int tolRightToLeft, boolean squaredError)