n3BiasFieldCorrection: N3 bias field correction

View source: R/n3BiasFieldCorrection.R

n3BiasFieldCorrectionR Documentation

N3 bias field correction

Description

Perform N3 bias field correction on the given image

Usage

n3BiasFieldCorrection(img, downsampleFactor, ...)

Arguments

img

antsImage to correct

downsampleFactor

integer e.g. 4 downsample by a factor of 4

...

not used

Value

antsImage

Author(s)

Shrinidhi KL

Examples


img <- makeImage(c(10, 10), rnorm(100))
n3img <- n3BiasFieldCorrection(img, 1)


ANTsX/ANTsR documentation built on March 29, 2025, 6:24 p.m.