Package boofcv.alg.disparity.block
Class BlockRowScoreCensus.S64
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayS32<GrayS64,long[]>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS64
boofcv.alg.disparity.block.BlockRowScoreCensus.S64
- All Implemented Interfaces:
BlockRowScore<GrayS64,int[], long[]>
- Enclosing interface:
- BlockRowScoreCensus
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true then the score needs to be normalizedvoidscore(long[] leftRow, long[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS64
setBorder, setInputMethods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32
getMaxPerPixelError, normalizeRegionScores, normalizeScore, scoreRow
-
Constructor Details
-
S64
public S64(int maxPerPixel)
-
-
Method Details
-
score
public void score(long[] leftRow, long[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) -
isRequireNormalize
public boolean isRequireNormalize()Description copied from interface:BlockRowScoreIf true then the score needs to be normalized -
getImageType
-