Last chance! 50% off unlimited learning
Sale ends in
Perform Bias Field Correction on the given image
n3BiasFieldCorrection(img, downsampleFactor)
antsImage to correct
integer e.g. 4 downsample by a factor of 4
antsImage
# NOT RUN {
img<-makeImage(c(10,10),rnorm(100))
n3img<-n3BiasFieldCorrection( img, 1 )
# }
Run the code above in your browser using DataLab