public class MitchellFilter extends ResampleFilter
Resample
,
ResampleFilter
Constructor and Description |
---|
MitchellFilter() |
Modifier and Type | Method and Description |
---|---|
float |
apply(float value)
Returns the weight of the sample at the distance given
by the argument value.
|
java.lang.String |
getName()
Return the name of this filter.
|
float |
getRecommendedSamplingRadius()
Returns a recommendation for the sampling radius to
be used with this filter.
|
getSamplingRadius, setSamplingRadius
private final float B
private final float C
public float apply(float value)
ResampleFilter
apply
in class ResampleFilter
public java.lang.String getName()
ResampleFilter
getName
in class ResampleFilter
public float getRecommendedSamplingRadius()
ResampleFilter
ResampleFilter.setSamplingRadius(float)
.getRecommendedSamplingRadius
in class ResampleFilter