Uses of Interface
boofcv.alg.disparity.block.DisparitySparseSelect
Packages that use DisparitySparseSelect
Package
Description
-
Uses of DisparitySparseSelect in boofcv.abst.disparity
Constructors in boofcv.abst.disparity with parameters of type DisparitySparseSelectModifierConstructorDescriptionWrapDisparitySparseRectifiedBM(DisparitySparseRectifiedScoreBM<ArrayData, T> computeScore, DisparitySparseSelect<ArrayData> select) -
Uses of DisparitySparseSelect in boofcv.alg.disparity.block
Classes in boofcv.alg.disparity.block that implement DisparitySparseSelectModifier and TypeClassDescriptionclassSelectSparseStandardWta<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
Classes in boofcv.alg.disparity.block.select that implement DisparitySparseSelectModifier and TypeClassDescriptionstatic classclassSelects the best correlation score with sanity checks.classSelects the disparity with the lowest score with no additional validation.classSelects the disparity with the lowest score with no additional validation.static classstatic classclassImplementation ofSelectSparseStandardWtafor score arrays of type F32.classImplementation ofSelectSparseStandardWtafor score arrays of type S32. -
Uses of DisparitySparseSelect in boofcv.factory.disparity
Methods in boofcv.factory.disparity that return DisparitySparseSelectModifier 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)