public class Lanczos3Filter extends ResampleFilter
Resample
,
ResampleFilter
Constructor | Description |
---|---|
Lanczos3Filter() |
Modifier and Type | Method | Description |
---|---|---|
float |
apply(float value) |
Returns the weight of the sample at the distance given
by the argument value.
|
String |
getName() |
Return the name of this filter.
|
float |
getRecommendedSamplingRadius() |
Returns a recommendation for the sampling radius to
be used with this filter.
|
private double |
sinc(double value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSamplingRadius, setSamplingRadius
private double sinc(double value)
public float apply(float value)
ResampleFilter
apply
in class ResampleFilter
public String getName()
ResampleFilter
getName
in class ResampleFilter
public float getRecommendedSamplingRadius()
ResampleFilter
ResampleFilter.setSamplingRadius(float)
.getRecommendedSamplingRadius
in class ResampleFilter