Package org.apache.sedona.viz.core
Class PhotoFilter
java.lang.Object
org.apache.sedona.viz.core.PhotoFilter
- Direct Known Subclasses:
BoxBlur,Emboss,GaussianBlur,Outline,Sharpen
The Class PhotoFilter.
-
Field Details
-
filterRadius
protected int filterRadiusThe filter radius. -
convolutionMatrix
The convolution matrix.
-
-
Constructor Details
-
PhotoFilter
public PhotoFilter(int filterRadius) Instantiates a new photo filter.- Parameters:
filterRadius- the filter radius
-
-
Method Details
-
getFilterRadius
public int getFilterRadius()Gets the filter radius.- Returns:
- the filter radius
-
getConvolutionMatrix
Gets the convolution matrix.- Returns:
- the convolution matrix
-