Package boofcv.alg.disparity.block.score
package boofcv.alg.disparity.block.score
-
ClassDescriptionDisparityScoreBM_F32<DI extends ImageGray<DI>>Implementation of
DisparityBlockMatch
for processing input images of typeGrayF32
.Implementation ofDisparityBlockMatch
for processing input images of typeGrayU8
.DisparityScoreBMBestFive_F32<DI extends ImageGray<DI>>Implementation ofDisparityBlockMatchBestFive
for processing images of typeGrayF32
.Implementation ofDisparityBlockMatchBestFive
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.Implementation ofDisparitySparseRectifiedScoreBM
that processes images of typeGrayF32
.DisparitySparseRectifiedScoreBM_S32<T extends ImageGray<T>>Implementation ofDisparitySparseRectifiedScoreBM
that processes integer typed images.