Description Usage Arguments Value Author(s) Examples
Truncate outlier intensities and bias correct with N4 with or without mask and weight images.
1 2 |
image |
image to be bias corrected |
intensityTruncation |
Params to TruncateImageIntensity in ImageMath |
mask |
optional antsImage mask |
weightimage |
optional antsImage weighting |
usen3 |
Use N3 instead of N4 |
outputs a bias corrected image. 1 – Failure
Tustison N, Avants BB
1 2 3 4 5 6 | ## Not run:
fn<-getANTsRData('r16')
img<-antsImageRead(fn,2)
img2<-abpN4( img )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.