Closed ntustison closed 3 years ago
@ntustison do you have example ADNI images for which this occurs?
this option might also work
b1=brainExtraction(img, 't1combined' )
b2=brainExtraction( img * iMath( thresholdImage(b1,2,3), "MD", 25 ), "t1combined" )
finabxt = thresholdImage(b2,2,3) %>% iMath("MD",1)
Yeah, a handful of subjects from James' recent data set have that problem. Let me see if it works.
It looks like it works for the one case I tried:
Sometimes
brainExtraction
gives poor results---specifically, nonzero probabilities in the face area. This is due to the training data, in many cases, being defaced. In the short term before adding more training data, in order to improve results for such cases, one can modify the input t1 as follows: