fill_2d_z | R Documentation |
Fills in a binary image using iMath
,
using dilation erosion but with zero padding built in.
fill_2d_z(img, fill_size = 7, verbose = TRUE, dilate = TRUE, erode = TRUE)
img |
Object of class |
fill_size |
Size of fill (in voxels) |
verbose |
Output diagnostic values |
dilate |
should the image be dilated. This and |
erode |
should the image be eroded This and |
Filled object with same class as img
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.