Package boofcv.alg.disparity.block
Class BlockRowScore.ArrayS32_BF32
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayF32<GrayF32>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BF32
- All Implemented Interfaces:
BlockRowScore<GrayF32,float[], float[]>
- Direct Known Subclasses:
BlockRowScoreNcc.F32,BlockRowScoreSad.SadArrayF32
- Enclosing interface:
- BlockRowScore<T extends ImageBase<T>,
ScoreArray, 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayF32
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_BF32
public ArrayS32_BF32()
-
-
Method Details
-
setBorder
-
setInput
Description copied from interface:BlockRowScoreSpecifies the input images- Specified by:
setInputin interfaceBlockRowScore<GrayF32,float[], float[]> - Overrides:
setInputin classBlockRowScore.ArrayF32<GrayF32>- Parameters:
left- left imageright- right image
-