Description Usage Arguments Details Value Author(s) Examples
It takes an image arrary; removes boundary voxels within certain numbers of voxels.
1 | MountDoom(img, minval=0, thickness=2)
|
img |
An image presented as a 3D array. |
thickness |
The "thickness" of boundary, measured in number of voxels, to be removed. |
minval |
Any voxels with value less or equal to minval will be considered as the initial background. |
Some text to be written.
A mask file (0=background; 1=foreground) that can be used to remove boundary points.
Xing Qiu
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.