|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Equality public interface Kernel1d
Defines a smoothing function used for smoothing 1-dimensional uniformly gridded data represented by an array.
Method Summary | |
---|---|
double[] |
convolve(double[] data)
Applies this kernel to a data array. |
int |
getExtent()
Returns the number of pixels in each direction over which the central point will be smoothed. |
boolean |
isSquare()
Indicates whether this kernel has features which are intentionally non-smooth and should be portrayed as such. |
Method Detail |
---|
int getExtent()
double[] convolve(double[] data)
getExtent
pixels of the start and end of the
returned data array, so this method should be called on
an input array with sufficient padding at either end that
this effect can be ignored.
data
- input data array
boolean isSquare()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |