Remove facial features from a brain MRI for anonymization — entirely in your browser. No data is sent to any server.
Defacing runs niimath, which implements two registration backends:
Visualization uses NiiVue; DICOM import uses dcm2niix.
Because the SPM spm_deface path links the GPL spm_coreg module, this app is licensed GPL-2. Requires a browser with WebGPU (recent desktop Chrome, Edge, or Safari).
spm_deface
spm_coreg
Defacing uses the GPL build of niimath (@niivue/niimath/gpl) · thread-deterministic registration, fails closed on out-of-memory.
@niivue/niimath/gpl
The mindgrab brain-extraction method runs a neural network on the GPU and needs WebGPU with the shader-f16 feature (recent desktop Chrome, Edge, or Safari). This browser doesn't provide it.
shader-f16
Use spm_deface or deface instead — they run in WebAssembly and need no WebGPU.