ridge penalty increases robustness to outliers but also
makes image converge to average
useSaferComputation
slower but more error checking
usecor
employ correlation as local similarity
rSearch
radius of search, default is 2
slices
vector defining slices to use (speeds parameter selection)
includezero
boolean - try to predict the zero label
computeProbs
boolean - requires more memory
Value
approximated image, segmentation and probabilities
(latter are WIP, might be done by the time your read this ) ...
Details
intensity generalization of joint label fusion, still supports segmentation.
this version is more efficient, memory-wise, for 3D images. it is a thin
wrapper that goes slice-by-slice but produces the same results.