meanFilter {mmand} | R Documentation |
Apply a filter to an array
Description
These functions apply mean, median or Sobel filters to an array.
Usage
meanFilter(x, kernel)
medianFilter(x, kernel)
sobelFilter(x, dim, axis = 0)
Arguments
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 |
Value
A morphed array with the same dimensions as the original array.
Author(s)
Jon Clayden <code@clayden.org>
See Also
morph
for the function underlying these operations,
and kernels
for kernel-generating functions.
[Package mmand version 1.6.3 Index]