Package boofcv.alg.disparity.block
Class BlockRowScoreCensus.S32
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayS32<T,ImageData>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS32<T,ImageData>
boofcv.alg.disparity.block.BlockRowScoreCensus.CensusArrayS32_B32<GrayS32,int[]>
boofcv.alg.disparity.block.BlockRowScoreCensus.S32
- All Implemented Interfaces:
BlockRowScore<GrayS32,
int[], int[]>
- Enclosing interface:
- BlockRowScoreCensus
public static class BlockRowScoreCensus.S32
extends BlockRowScoreCensus.CensusArrayS32_B32<GrayS32,int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface boofcv.alg.disparity.block.BlockRowScore
BlockRowScore.ArrayF32<T extends ImageBase<T>>, BlockRowScore.ArrayS32<T extends ImageBase<T>,
ImageData>, BlockRowScore.ArrayS32_BF32, BlockRowScore.ArrayS32_BS32<T extends GrayI<T>, ImageData>, BlockRowScore.ArrayS32_BS64 -
Field Summary
Fields inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32
maxPerPixel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
score
(int[] leftRow, int[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) Methods inherited from class boofcv.alg.disparity.block.BlockRowScoreCensus.CensusArrayS32_B32
isRequireNormalize
Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS32
setBorder, setInput
Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32
getMaxPerPixelError, normalizeRegionScores, normalizeScore, scoreRow
-
Constructor Details
-
S32
public S32(int maxPerPixel)
-
-
Method Details
-
score
public void score(int[] leftRow, int[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) -
getImageType
-