Package boofcv.abst.filter.blur
Interface BlurFilter<T extends ImageBase<T>>
- All Superinterfaces:
FilterImageInterface<T,
T>
- All Known Implementing Classes:
BlurStorageFilter
Interface for filters which blur the image.
-
Method Summary
Methods inherited from interface boofcv.abst.filter.FilterImageInterface
getBorderX, getBorderY, getInputType, getOutputType, process
-
Method Details
-
getRadius
int getRadius()Radius of the square region. The width is defined as the radius*2 + 1.- Returns:
- Blur region's radius.
-
setRadius
void setRadius(int radius)
-