Package boofcv.alg.disparity.block
Class BlockRowScoreSad.F32
java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayF32<GrayF32>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BF32
boofcv.alg.disparity.block.BlockRowScoreSad.SadArrayF32
boofcv.alg.disparity.block.BlockRowScoreSad.F32
- All Implemented Interfaces:
BlockRowScore<GrayF32,float[], float[]>
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidscore(float[] leftRow, float[] rightRow, int indexLeft, int indexRight, int offset, int length, float[] elementScore) Methods inherited from class boofcv.alg.disparity.block.BlockRowScoreSad.SadArrayF32
getMaxPerPixelError, isRequireNormalizeMethods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BF32
setBorder, setInputMethods inherited from class boofcv.alg.disparity.block.BlockRowScore.ArrayF32
normalizeRegionScores, normalizeScore, scoreRow
-
Constructor Details
-
F32
public F32()
-
-
Method Details
-
score
public void score(float[] leftRow, float[] rightRow, int indexLeft, int indexRight, int offset, int length, float[] elementScore) -
getImageType
-