Package boofcv.alg.disparity.block
Class BlockRowScoreSad.S16
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayS32<T,ImageData>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS32<T,ImageData>
boofcv.alg.disparity.block.BlockRowScoreSad.SadArrayS32<GrayS16,short[]>
boofcv.alg.disparity.block.BlockRowScoreSad.S16
- All Implemented Interfaces:
BlockRowScore<GrayS16,
int[], short[]>
- Enclosing interface:
- BlockRowScoreSad
-
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
(short[] leftRow, short[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) Methods inherited from class boofcv.alg.disparity.block.BlockRowScoreSad.SadArrayS32
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
-
S16
public S16()
-
-
Method Details
-
score
public void score(short[] leftRow, short[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore) -
getImageType
-