Remove facial features from a brain MRI for anonymization — entirely in your browser. No data is sent to any server.
Defacing runs niimath, which registers a bundled MNI template (affine, BSD) and zeros the face voxels:
-robustfov
-cost hel
-reface
afni_refacer2
Visualization uses NiiVue; DICOM import uses dcm2niix.
Defacing uses the BSD-2 build of niimath compiled to WebAssembly and bundled with this app, so it is licensed BSD-2-Clause · thread-deterministic registration, fails closed on out-of-memory. Requires a browser with WebGPU (recent desktop Chrome, Edge, or Safari).
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 an allineate method instead — they run in WebAssembly and need no WebGPU.