Uses of Interface
boofcv.misc.Compare_S32
Package
Description
-
Uses of Compare_S32 in boofcv.alg.disparity.block.score
Modifier and TypeMethodDescriptionprotected void
DisparityScoreBMBestFive_S32.computeScoreFive
(int[] top, int[] middle, int[] bottom, int[] score, int width, Compare_S32 compare) Compute the final score by sampling the 5 regions. -
Uses of Compare_S32 in boofcv.alg.disparity.block.select
Modifier and TypeClassDescriptionclass
Implementation ofSelectDisparityBasicWta
for scores of type S32.static class
For scores of type int[]class
SelectErrorWithChecks_S32<DI extends ImageGray<DI>>
Implementation ofSelectDisparityWithChecksWta
as a base class for arrays of type S32.static class
Implementation for disparity images of type GrayU8 -
Uses of Compare_S32 in boofcv.alg.disparity.sgm.cost
Modifier and TypeClassDescriptionclass
SgmCostFromBlocks<T extends ImageBase<T>>
Computes the error for SGM usingblock matching
.