n3BiasFieldCorrection.Rd
Perform Bias Field Correction on the given image
n3BiasFieldCorrection(img, downsampleFactor, ...)
antsImage to correct
integer e.g. 4 downsample by a factor of 4
not used
antsImage
img<-makeImage(c(10,10),rnorm(100)) n3img<-n3BiasFieldCorrection( img, 1 )
Shrinidhi KL