Package boofcv.alg.disparity.block
Class SparseScoreRectifiedSad.F32
java.lang.Object
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM<float[],GrayF32>
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_F32
boofcv.alg.disparity.block.SparseScoreRectifiedSad.F32
- Enclosing interface:
- SparseScoreRectifiedSad
-
Field Summary
Fields inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_F32
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
scoreDisparity
(int disparityRange, boolean leftToRight) Scores the disparity using image patches.Methods inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_F32
configure
Methods inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM
copy, getScoreLtoR, getScoreRtoL, processLeftToRight, processRightToLeft, setBorder, setImages, setSampleRegion
-
Constructor Details
-
F32
public F32(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<float[],
GrayF32> - Parameters:
disparityRange
- The local range for disparityleftToRight
- If true then the disparity is being from in left to right direction (the typical)
-