Description Usage Arguments Value Examples
This function dilates data with a flat kernel in up to three dimensions.
1 | dilate(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 dilated array
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.