Package boofcv.alg.disparity.block
Class SparseScoreRectifiedSad.U8
java.lang.Object
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM<int[],T>
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_S32<GrayU8>
boofcv.alg.disparity.block.SparseScoreRectifiedSad.U8
- Enclosing interface:
- SparseScoreRectifiedSad
public static class SparseScoreRectifiedSad.U8 extends DisparitySparseRectifiedScoreBM_S32<GrayU8>
-
Field Summary
Fields inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_S32
scoreLtoR, scoreRtoL
Fields inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM
blockHeight, blockWidth, border, disparityMax, disparityMin, disparityRange, inputType, left, localRangeLtoR, localRangeRtoL, patchCompare, patchTemplate, radiusX, radiusY, right, sampledHeight, sampledWidth, sampleRadiusX, sampleRadiusY
-
Constructor Summary
Constructors Constructor Description U8(int radiusX, int radiusY)
-
Method Summary
Modifier and Type Method Description protected void
scoreDisparity(int disparityRange, boolean leftToRight)
Scores the disparity using image patches.Methods inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_S32
configure
Methods inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM
copy, getScoreLtoR, getScoreRtoL, processLeftToRight, processRightToLeft, setBorder, setImages, setSampleRegion
-
Constructor Details
-
U8
public U8(int radiusX, int radiusY)
-
-
Method Details
-
scoreDisparity
protected void scoreDisparity(int disparityRange, boolean leftToRight)Description copied from class:DisparitySparseRectifiedScoreBM
Scores the disparity using image patches.- Specified by:
scoreDisparity
in classDisparitySparseRectifiedScoreBM<int[],GrayU8>
- Parameters:
disparityRange
- The local range for disparityleftToRight
- If true then the disparity is being from in left to right direction (the typical)
-