View source: R/n3BiasFieldCorrection.R
| n3BiasFieldCorrection | R Documentation | 
Perform N3 bias field correction on the given image
n3BiasFieldCorrection(img, downsampleFactor, ...)
img | 
 antsImage to correct  | 
downsampleFactor | 
 integer e.g. 4 downsample by a factor of 4  | 
... | 
 not used  | 
antsImage
Shrinidhi KL
img <- makeImage(c(10, 10), rnorm(100))
n3img <- n3BiasFieldCorrection(img, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.