boofcv.abst.filter.blur
Interface BlurFilter<T extends ImageGray>
-
- All Superinterfaces:
- FilterImageInterface<T,T>
- All Known Implementing Classes:
- BlurStorageFilter
public interface BlurFilter<T extends ImageGray> extends FilterImageInterface<T,T>
Interface for filters which blur the image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetRadius()Radius of the square region.voidsetRadius(int radius)-
Methods inherited from interface boofcv.abst.filter.FilterImageInterface
getHorizontalBorder, getInputType, getOutputType, getVerticalBorder, process
-
-
DataMelt 3.0 © DataMelt by jWork.ORG