Uses of Interface
boofcv.abst.disparity.DisparitySmoother
-
Uses of DisparitySmoother in boofcv.abst.disparity
Modifier and TypeClassDescriptionclass
DisparitySmootherSpeckleFilter<Image extends ImageBase<Image>,
Disp extends ImageGray<Disp>> Wrapper aroundConnectedTwoRowSpeckleFiller_F32
forDisparitySmoother
-
Uses of DisparitySmoother in boofcv.factory.disparity
Modifier 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