Uses of Class
boofcv.alg.disparity.DisparityBlockMatchRowFormat
Packages that use DisparityBlockMatchRowFormat
Package
Description
-
Uses of DisparityBlockMatchRowFormat in boofcv.abst.disparity
Methods in boofcv.abst.disparity that return DisparityBlockMatchRowFormatConstructors in boofcv.abst.disparity with parameters of type DisparityBlockMatchRowFormatModifierConstructorDescriptionDisparityBlockMatchCorrelation
(DisparityBlockMatchRowFormat<TF, D> alg, Class<T> inputType) protected
WrapDisparityBlockMatchCensus
(FilterImageInterface<T, C> censusTran, DisparityBlockMatchRowFormat<C, DI> alg) -
Uses of DisparityBlockMatchRowFormat in boofcv.alg.disparity
Subclasses of DisparityBlockMatchRowFormat in boofcv.alg.disparityModifier 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
Subclasses of DisparityBlockMatchRowFormat in boofcv.alg.disparity.block.scoreModifier 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
Fields in boofcv.alg.disparity.sgm.cost declared as DisparityBlockMatchRowFormatModifier and TypeFieldDescriptionprotected DisparityBlockMatchRowFormat<T,
GrayU8> SgmCostFromBlocks.blockScore
Methods in boofcv.alg.disparity.sgm.cost with parameters of type DisparityBlockMatchRowFormatModifier and TypeMethodDescriptionvoid
SgmCostFromBlocks.setBlockScore
(DisparityBlockMatchRowFormat<T, GrayU8> blockScore) -
Uses of DisparityBlockMatchRowFormat in boofcv.factory.disparity
Methods in boofcv.factory.disparity that return DisparityBlockMatchRowFormatModifier 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)