Description Usage Arguments Value Author(s) Examples
Segment a mask into regions based on the max value in an image list. At a given voxel the segmentation label will contain the index to the image that has the largest value. If the 3rd image has the greatest value, the segmentation label will be 3 at that voxel.
1 | eigsegimage<-eigSeg( mask, imageList )
|
mask |
D-dimensional mask > 0 defining segmentation region. |
imageList |
list containing antsImages or filenames pointing to antsImages. |
segmentation image.
Avants BB
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.