These functions apply mean, median or Sobel filters to an array.
meanFilter(x, kernel)
medianFilter(x, kernel)
sobelFilter(x, dim, axis = 0)
x | An object that can be coerced to an array, or for which a
|
---|---|
kernel | A kernel array, indicating the scope of the filter. |
dim | For |
axis | For |
A morphed array with the same dimensions as the original array.
Jon Clayden <code@clayden.org>