Uses of Class
boofcv.abst.filter.blur.BlurStorageFilter
-
Uses of BlurStorageFilter in boofcv.abst.feature.detect.intensity
-
Uses of BlurStorageFilter in boofcv.factory.filter.blur
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BlurStorageFilter<T>Creates a Gaussian filter for the specified image type.static <T extends ImageBase<T>>
BlurStorageFilter<T>FactoryBlurFilter.gaussian
(ImageType<T> type, double sigmaX, int radiusX, double sigmaY, int radiusY) static <T extends ImageGray<T>>
BlurStorageFilter<T>static <T extends ImageGray<T>>
BlurStorageFilter<T>static <T extends ImageBase<T>>
BlurStorageFilter<T>Creates a mean filter for the specified image type.static <T extends ImageBase<T>>
BlurStorageFilter<T>static <T extends ImageGray<T>>
BlurStorageFilter<T>static <T extends ImageGray<T>>
BlurStorageFilter<T>static <T extends ImageBase<T>>
BlurStorageFilter<T>FactoryBlurFilter.meanB
(ImageType<T> type, int radiusX, int radiusY, @Nullable ImageBorder<T> border) static <T extends ImageBase<T>>
BlurStorageFilter<T>Creates a median filter for the specified image type.static <T extends ImageGray<T>>
BlurStorageFilter<T>