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) protectedWrapDisparityBlockMatchCensus(FilterImageInterface<T, C> censusTran, DisparityBlockMatchRowFormat<C, DI> alg) -
Uses of DisparityBlockMatchRowFormat in boofcv.alg.disparity
Subclasses of DisparityBlockMatchRowFormat in boofcv.alg.disparityModifier and TypeClassDescriptionclassDisparityBlockMatch<I extends ImageBase<I>,DI extends ImageGray<DI>> Computes the disparity SAD score efficiently for a single rectangular region while minimizing CPU cache misses.classDisparityBlockMatchBestFive<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 TypeClassDescriptionclassDisparityScoreBM_F32<DI extends ImageGray<DI>>Implementation ofDisparityBlockMatchfor processing input images of typeGrayF32.classDisparityScoreBM_S32<T extends ImageBase<T>,DI extends ImageGray<DI>> Implementation ofDisparityBlockMatchfor processing input images of typeGrayU8.classDisparityScoreBMBestFive_F32<DI extends ImageGray<DI>>Implementation ofDisparityBlockMatchBestFivefor processing images of typeGrayF32.classDisparityScoreBMBestFive_S32<T extends ImageBase<T>,DI extends ImageGray<DI>> Implementation ofDisparityBlockMatchBestFivefor 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.blockScoreMethods in boofcv.alg.disparity.sgm.cost with parameters of type DisparityBlockMatchRowFormatModifier and TypeMethodDescriptionvoidSgmCostFromBlocks.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)