BlackmanHarrisFilter
, BoxFilter
, CatmullRomFilter
, CubicBSpline
, GaussianFilter
, LanczosFilter
, MitchellFilter
, SincFilter
, TriangleFilter
public interface Filter
Modifier and Type | Method | Description |
---|---|---|
float |
get(float x,
float y) |
Get value of the filter at offset (x, y).
|
float |
getSize() |
Width in pixels of the filter extents.
|
float getSize()
+/- getSize() / 2
around
the center of the pixel.float get(float x, float y)
x
- x offset in pixelsy
- y offset in pixels