Package boofcv.alg.disparity.block.score
package boofcv.alg.disparity.block.score
-
ClassesClassDescriptionDisparityScoreBM_F32<DI extends ImageGray<DI>>Implementation of
DisparityBlockMatchfor processing input images of typeGrayF32.Implementation ofDisparityBlockMatchfor processing input images of typeGrayU8.DisparityScoreBMBestFive_F32<DI extends ImageGray<DI>>Implementation ofDisparityBlockMatchBestFivefor processing images of typeGrayF32.Implementation ofDisparityBlockMatchBestFivefor 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 ofDisparitySparseRectifiedScoreBMthat processes images of typeGrayF32.DisparitySparseRectifiedScoreBM_S32<T extends ImageGray<T>>Implementation ofDisparitySparseRectifiedScoreBMthat processes integer typed images.