Package com.mortennobel.imagescaling
Class MitchellFilter
java.lang.Object
com.mortennobel.imagescaling.MitchellFilter
- All Implemented Interfaces:
ResampleFilter
The Mitchell resample filter.
-
Field Details
-
B
private static final float B- See Also:
-
C
private static final float C- See Also:
-
-
Constructor Details
-
MitchellFilter
MitchellFilter()
-
-
Method Details
-
getSamplingRadius
public float getSamplingRadius()- Specified by:
getSamplingRadius
in interfaceResampleFilter
-
apply
public final float apply(float value) - Specified by:
apply
in interfaceResampleFilter
-
getName
- Specified by:
getName
in interfaceResampleFilter
-