Description Usage Arguments Value Examples
This function erodes data with a flat kernel in up to three dimensions.
1 | erode(input,k)
|
input |
A vector/matrix or 3D array. |
k |
Window width. Note that the window is symmetric around the i^th element with a total of 2*k+1 elements. |
returns the eroded array
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.