public class HermiteFilter extends ResampleFilter
Resample
,
ResampleFilter
Constructor | Description |
---|---|
HermiteFilter() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSamplingRadius, setSamplingRadius
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