Uses of Class
boofcv.abst.disparity.WrapBaseBlockMatch
Packages that use WrapBaseBlockMatch
-
Uses of WrapBaseBlockMatch in boofcv.abst.disparity
Subclasses of WrapBaseBlockMatch in boofcv.abst.disparityModifier and TypeClassDescriptionclassDisparityBlockMatchCorrelation<T extends ImageGray<T>,D extends ImageGray<D>, TF extends ImageGray<TF>> Wrapper aroundStereoDisparitythat will (optionally) convert all inputs to float and normalize the input to have zero mean and an absolute value of at most 1.classWrapDisparityBlockMatchCensus<T extends ImageGray<T>,C extends ImageGray<C>, DI extends ImageGray<DI>> Wrapper around Block Matching disparity which uses Census as an error measure.classWrapDisparityBlockMatchRowFormat<T extends ImageGray<T>,DI extends ImageGray<DI>> Wrapper for any implementation ofDisparityBlockMatchRowFormat