Package boofcv.alg.disparity.block
Class SparseScoreRectifiedCensus.S64<T extends GrayI<T>>
java.lang.Object
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM<int[],T>
boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM_S32<In>
boofcv.alg.disparity.block.SparseScoreRectifiedCensus.Census<T,GrayS64>
boofcv.alg.disparity.block.SparseScoreRectifiedCensus.S64<T>
- Enclosing interface:
- SparseScoreRectifiedCensus
public static class SparseScoreRectifiedCensus.S64<T extends GrayI<T>>
extends SparseScoreRectifiedCensus.Census<T,GrayS64>
Computes census score for transformed images of type S64
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
scoreCensus
(int disparityRange, boolean leftToRight) Methods inherited from class boofcv.alg.disparity.block.SparseScoreRectifiedCensus.Census
configure, scoreDisparity
Methods inherited from class boofcv.alg.disparity.block.score.DisparitySparseRectifiedScoreBM
copy, getScoreLtoR, getScoreRtoL, processLeftToRight, processRightToLeft, setBorder, setImages, setSampleRegion
-
Constructor Details
-
S64
public S64(int radiusX, int radiusY, FilterCensusTransform<T, GrayS64> censusTran, Class<T> imageType)
-
-
Method Details
-
scoreCensus
protected void scoreCensus(int disparityRange, boolean leftToRight) - Specified by:
scoreCensus
in classSparseScoreRectifiedCensus.Census<T extends GrayI<T>,
GrayS64>
-