public class BellFilter extends ResampleFilter
Resample,
ResampleFilter| Constructor and Description |
|---|
BellFilter() |
| 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, setSamplingRadiuspublic float apply(float value)
ResampleFilterapply in class ResampleFilterpublic java.lang.String getName()
ResampleFiltergetName in class ResampleFilterpublic float getRecommendedSamplingRadius()
ResampleFilterResampleFilter.setSamplingRadius(float).getRecommendedSamplingRadius in class ResampleFilter