Introduction
This use case demonstrates 3D medical image registration and segmentation using synthetic brain-like volumes. The pipeline covers:
Volume generation — synthetic T1/T2 weighted MRI-like 3D arrays
Preprocessing — intensity normalization, Gaussian smoothing
Registration — rigid alignment of misaligned volumes
Segmentation — intensity thresholding and region labeling
All operations use NumPy and SciPy only — no heavy medical imaging libraries (ANTsPy, nibabel) are required for the demonstrator.