Uses of Class
boofcv.alg.disparity.DisparityBlockMatchRowFormat
Package
Description
-
Uses of DisparityBlockMatchRowFormat in boofcv.abst.disparity
ModifierConstructorDescriptionDisparityBlockMatchCorrelation
(DisparityBlockMatchRowFormat<TF, D> alg, Class<T> inputType) protected
WrapDisparityBlockMatchCensus
(FilterImageInterface<T, C> censusTran, DisparityBlockMatchRowFormat<C, DI> alg) -
Uses of DisparityBlockMatchRowFormat in boofcv.alg.disparity
Modifier and TypeClassDescriptionclass
DisparityBlockMatch<I extends ImageBase<I>,
DI extends ImageGray<DI>> Computes the disparity SAD score efficiently for a single rectangular region while minimizing CPU cache misses.class
DisparityBlockMatchBestFive<I extends ImageBase<I>,
DI extends ImageGray<DI>> Scores the disparity for a point using multiple rectangular regions in an effort to reduce errors at object borders, based off te 5 region algorithm described in [1]. -
Uses of DisparityBlockMatchRowFormat in boofcv.alg.disparity.block.score
Modifier and TypeClassDescriptionclass
DisparityScoreBM_F32<DI extends ImageGray<DI>>
Implementation ofDisparityBlockMatch
for processing input images of typeGrayF32
.class
DisparityScoreBM_S32<T extends ImageBase<T>,
DI extends ImageGray<DI>> Implementation ofDisparityBlockMatch
for processing input images of typeGrayU8
.class
DisparityScoreBMBestFive_F32<DI extends ImageGray<DI>>
Implementation ofDisparityBlockMatchBestFive
for processing images of typeGrayF32
.class
DisparityScoreBMBestFive_S32<T extends ImageBase<T>,
DI extends ImageGray<DI>> Implementation ofDisparityBlockMatchBestFive
for processing images of typeGrayU8
. -
Uses of DisparityBlockMatchRowFormat in boofcv.alg.disparity.sgm.cost
Modifier and TypeFieldDescriptionprotected DisparityBlockMatchRowFormat<T,
GrayU8> SgmCostFromBlocks.blockScore
Modifier and TypeMethodDescriptionvoid
SgmCostFromBlocks.setBlockScore
(DisparityBlockMatchRowFormat<T, GrayU8> blockScore) -
Uses of DisparityBlockMatchRowFormat in boofcv.factory.disparity
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DisparityBlockMatchRowFormatFactoryStereoDisparity.createBestFive
(ConfigDisparityBM config, Class<T> imageType, DisparitySelect select, BlockRowScore rowScore) static <T extends ImageGray<T>>
DisparityBlockMatchRowFormatFactoryStereoDisparity.createBlockMatching
(ConfigDisparityBM config, Class<T> imageType, DisparitySelect select, BlockRowScore rowScore)