@Equality public interface Kernel1d
Modifier and Type | Method and Description |
---|---|
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.
|
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 arrayboolean isSquare()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.