Package boofcv.alg.disparity.block
Class BlockRowScoreCensus.CensusArrayS32_B32<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.BlockRowScoreCensus.CensusArrayS32_B32<T,ImageData>
- All Implemented Interfaces:
BlockRowScore<T,
int[], ImageData>
- Direct Known Subclasses:
BlockRowScoreCensus.S32
,BlockRowScoreCensus.U8
- Enclosing interface:
- BlockRowScoreCensus
public abstract static class BlockRowScoreCensus.CensusArrayS32_B32<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 TypeMethodDescriptionboolean
If true then the score needs to be normalizedMethods 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
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
-
Method Details
-
isRequireNormalize
public boolean isRequireNormalize()Description copied from interface:BlockRowScore
If true then the score needs to be normalized
-