| Class | Description |
|---|---|
| BellFilter |
Bell (quadratic) filter for the resample function.
|
| BlackmanFilter |
Blackman window function interpolation filter for the resample function
|
| BoxFilter |
Box filter for the resampling function
|
| BSplineFilter |
B-Spline (cubic) filter for the resample function.
|
| CatmullRomFilter |
Catmull-Rom (Catrom) interpolation filter for the resample function
|
| HammingFilter |
Hamming window function interpolation filter for the resample function
|
| HanningFilter |
Hanning window function interpolation filter for the resample function
|
| HermiteFilter |
Basic filtering for the resampling function
|
| Lanczos3Filter |
A Lanczos3 filter for the resample function.
|
| MitchellFilter |
Mitchell filter for the resample function.
|
| PointFilter |
Point filter for the resampling function
|
| TriangleFilter |
A triangle filter for the resample function
|