Package boofcv.alg.disparity.block.score
-
Class Summary Class Description DisparityScoreBM_F32<DI extends ImageGray<DI>> Implementation ofDisparityBlockMatch
for processing input images of typeGrayF32
.DisparityScoreBM_S32<T extends ImageBase<T>,DI extends ImageGray<DI>> Implementation ofboofcv.alg.feature.disparity.DisparityScoreSadRect
for processing input images of typeGrayU8
.DisparityScoreBMBestFive_F32<DI extends ImageGray<DI>> Implementation ofboofcv.alg.feature.disparity.DisparityBlockMatchBestFive
for processing images of typeGrayF32
.DisparityScoreBMBestFive_S32<T extends ImageBase<T>,DI extends ImageGray<DI>> Implementation ofboofcv.alg.feature.disparity.DisparityBlockMatchBestFive
for processing images of typeGrayU8
.DisparitySparseRectifiedScoreBM<ArrayData,Input extends ImageGray<Input>> Base class for computing sparse stereo disparity scores using a block matching approach given a rectified stereo pair.DisparitySparseRectifiedScoreBM_F32 Implementation ofDisparitySparseRectifiedScoreBM
that processes images of typeGrayF32
.DisparitySparseRectifiedScoreBM_S32<T extends ImageGray<T>> Implementation ofDisparitySparseRectifiedScoreBM
that processes integer typed images.