Package boofcv.alg.disparity.block
Class BlockRowScoreSad.SadArrayF32
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayF32<GrayF32>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BF32
boofcv.alg.disparity.block.BlockRowScoreSad.SadArrayF32
- All Implemented Interfaces:
BlockRowScore<GrayF32,
float[], float[]>
- Direct Known Subclasses:
BlockRowScoreSad.F32
- 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 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the maximum error each pixel in the region can contributeRuntimeException
should be thrown.boolean
If true then the score needs to be normalizedMethods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BF32
setBorder, setInput
Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayF32
normalizeRegionScores, normalizeScore, scoreRow
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.alg.disparity.block.BlockRowScore
getImageType, score
-
Constructor Details
-
SadArrayF32
public SadArrayF32()
-
-
Method Details
-
isRequireNormalize
public boolean isRequireNormalize()Description copied from interface:BlockRowScore
If true then the score needs to be normalized -
getMaxPerPixelError
public int getMaxPerPixelError()Description copied from interface:BlockRowScore
Returns the maximum error each pixel in the region can contributeRuntimeException
should be thrown.- Specified by:
getMaxPerPixelError
in interfaceBlockRowScore<GrayF32,
float[], float[]> - Overrides:
getMaxPerPixelError
in classBlockRowScore.ArrayF32<GrayF32>
- Returns:
- Largest possible error for the region.
-