Uses of Interface
boofcv.abst.disparity.DisparitySmoother
Packages that use DisparitySmoother
-
Uses of DisparitySmoother in boofcv.abst.disparity
Classes in boofcv.abst.disparity that implement DisparitySmootherModifier and TypeClassDescriptionclassDisparitySmootherSpeckleFilter<Image extends ImageBase<Image>,Disp extends ImageGray<Disp>> Wrapper aroundConnectedTwoRowSpeckleFiller_F32forDisparitySmoother -
Uses of DisparitySmoother in boofcv.factory.disparity
Methods in boofcv.factory.disparity that return DisparitySmootherModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,DI extends ImageGray<DI>>
DisparitySmoother<T,DI> FactoryStereoDisparity.removeSpeckle(@Nullable ConfigSpeckleFilter config, Class<DI> dispType) Post processing filter the removes small regions from disparity image -
Uses of DisparitySmoother in boofcv.gui.controls
Methods in boofcv.gui.controls that return DisparitySmoother