Package boofcv.alg.disparity.block
Class BlockRowScoreSad.SadArrayS32<T extends GrayI<T>,ImageData>
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<T,ImageData>
- All Implemented Interfaces:
BlockRowScore<T,int[], ImageData>
- Direct Known Subclasses:
BlockRowScoreSad.S16,BlockRowScoreSad.U16,BlockRowScoreSad.U8
- Enclosing interface:
- BlockRowScoreSad
public abstract static class BlockRowScoreSad.SadArrayS32<T extends GrayI<T>,ImageData>
extends BlockRowScore.ArrayS32_BS32<T,ImageData>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true then the score needs to be normalizedMethods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS32
setBorder, setInputMethods 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, score
-
Method Details
-
isRequireNormalize
public boolean isRequireNormalize()Description copied from interface:BlockRowScoreIf true then the score needs to be normalized
-