MIC-DKFZ / HD-BET

MRI brain extraction tool
Apache License 2.0
284 stars 65 forks source link

Option not to apply skull-stripping and uint8 for the brain mask #49

Closed plu-project closed 1 year ago

plu-project commented 1 year ago
  1. Sometimes only the brain mask is needed. To avoid generating the unwanted skull-stripped brain image, an option not to apply skull-stripping was added.
  2. The brain mask is binary, so uint8 would be sufficient.
FabianIsensee commented 1 year ago

thanks!