Package com.mortennobel.imagescaling
Class BiCubicFilter
java.lang.Object
com.mortennobel.imagescaling.BiCubicFilter
- All Implemented Interfaces:
ResampleFilter
- Direct Known Subclasses:
BiCubicHighFreqResponse
-
Field Details
-
a
protected final float a
-
-
Constructor Details
-
BiCubicFilter
public BiCubicFilter() -
BiCubicFilter
protected BiCubicFilter(float a)
-
-
Method Details
-
apply
public final float apply(float value) - Specified by:
apply
in interfaceResampleFilter
-
getSamplingRadius
public float getSamplingRadius()- Specified by:
getSamplingRadius
in interfaceResampleFilter
-
getName
- Specified by:
getName
in interfaceResampleFilter
-