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
public static class BlockRowScoreSad.F32 extends BlockRowScoreSad.SadArrayF32
-
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 Constructor Description F32()
-
Method Summary
Modifier and Type Method Description ImageType<GrayF32>
getImageType()
void
score(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, isRequireNormalize
Methods 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
-
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
-