Uses of Interface
boofcv.misc.Compare_S32
Packages that use Compare_S32
Package
Description
-
Uses of Compare_S32 in boofcv.alg.disparity.block.score
Methods in boofcv.alg.disparity.block.score with parameters of type Compare_S32Modifier and TypeMethodDescriptionprotected voidDisparityScoreBMBestFive_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
Classes in boofcv.alg.disparity.block.select that implement Compare_S32Modifier and TypeClassDescriptionclassImplementation ofSelectDisparityBasicWtafor scores of type S32.static classFor scores of type int[]classSelectErrorWithChecks_S32<DI extends ImageGray<DI>>Implementation ofSelectDisparityWithChecksWtaas a base class for arrays of type S32.static classImplementation for disparity images of type GrayU8 -
Uses of Compare_S32 in boofcv.alg.disparity.sgm.cost
Classes in boofcv.alg.disparity.sgm.cost that implement Compare_S32Modifier and TypeClassDescriptionclassSgmCostFromBlocks<T extends ImageBase<T>>Computes the error for SGM usingblock matching.