Description Usage Arguments Value
Extract connected components from a 3D mask
1 | connComp3D(mask)
|
mask |
a 3D binary array |
a two-element list of the connected components (cluster index
and cluster size
)
The first element index
is a 3D array containing the cluster index of the connected component for each voxel.
The second element size
is a 3D array consisting of the size of the connected component inhabited by each voxel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.