You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering blank outputs with MG for multiple scans. The masks contain 0's and 1's only, but the data type stored in the nifti format mask file is uint8. I will try what you suggested - is it simply changing itk::BinaryErodeImageFilter to itk::GrayscaleErodeImageFilter in petpvcMullerGartnerImageFilter.h (and using the corresponding #include)?
The erosion of the WM using
itk::BinaryErodeImageFilter
can fail. Changing toitk::GrayscaleErodeImageFilter
appears to fix the problem.The text was updated successfully, but these errors were encountered: