Description Usage Arguments Value Author(s) Examples
cropping method specialized for our data augmenation approach
1 | specialCrop(x, pt, domainer = NULL)
|
x |
input antsImage |
pt |
point in physical space around which we crop |
domainer |
vector of dimensionality equal to the image indicating the size of cropped region |
cropped region
Avants BB
1 2 | library( ANTsR )
specialCrop( ri(1), c(60,66), c(32,32) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.