Package boofcv.alg.disparity.block
Class BlockRowScore.ArrayS32_BS64
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayS32<GrayS64,long[]>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS64
- All Implemented Interfaces:
BlockRowScore<GrayS64,int[], long[]>
- Direct Known Subclasses:
BlockRowScoreCensus.S64
- Enclosing interface:
- BlockRowScore<T extends ImageBase<T>,
ScoreArray, ImageData>
public abstract static class BlockRowScore.ArrayS32_BS64
extends BlockRowScore.ArrayS32<GrayS64,long[]>
-
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
Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32
getMaxPerPixelError, normalizeRegionScores, normalizeScore, scoreRowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.alg.disparity.block.BlockRowScore
getImageType, isRequireNormalize, score
-
Constructor Details
-
ArrayS32_BS64
protected ArrayS32_BS64(int maxPerPixel)
-
-
Method Details
-
setBorder
-
setInput
Description copied from interface:BlockRowScoreSpecifies the input images- Specified by:
setInputin interfaceBlockRowScore<GrayS64,int[], long[]> - Overrides:
setInputin classBlockRowScore.ArrayS32<GrayS64,long[]> - Parameters:
left- left imageright- right image
-