Package boofcv.abst.disparity
package boofcv.abst.disparity
-
ClassDescriptionConfiguration for
DisparitySmootherSpeckleFilter
.DisparityBlockMatchCorrelation<T extends ImageGray<T>,D extends ImageGray<D>, TF extends ImageGray<TF>> Wrapper aroundStereoDisparity
that will (optionally) convert all inputs to float and normalize the input to have zero mean and an absolute value of at most 1.High level API for algorithm which attempt to reduce the noise in disparity images in a post processing stepWrapper aroundConnectedTwoRowSpeckleFiller_F32
forDisparitySmoother
Given two rectified images compute the corresponding dense disparity image.StereoDisparitySparse<Image extends ImageGray>Computes the disparity between two rectified images at specified points only.Base class for wrapped block matching algorithms.WrapDisparityBlockMatchCensus<T extends ImageGray<T>,C extends ImageGray<C>, DI extends ImageGray<DI>> Wrapper around Block Matching disparity which uses Census as an error measure.Wrapper for any implementation ofDisparityBlockMatchRowFormat
WrapDisparitySgm<DI extends ImageGray<DI>>WrapDisparitySparseRectifiedBM<ArrayData,T extends ImageGray<T>> Wrapper aroundDisparitySparseRectifiedScoreBM
forStereoDisparitySparse