Brain Parcellation Implementation in PNEURO
Brain parcellation in PNEURO supports two situations:
- PET and MR: The patient had a brain PET study as well as a corresponding T1-weighted anatomical MR study. In this case the MR-derived brain VOIs are applied for calculating statistics of brain PET uptake.
- MR only: The patient had an anatomical T1-weighted MR study covering the entire brain. In this case the MR-derived brain VOIs are the main outcome of the analysis and might be applied for morphometric or other purposes.
The corresponding PNEURO workflows are outlined in the following.
Analysis of Study with PET and T1-weighted MRI
- Loading of the PET image series which may be static or dynamic.
- Dynamic case only: Averaging of the PET series in a specified range of the acquisition. The averaged PET image is used in the following for all steps except for the statistics calculation.
- Loading of the T1-weighted MR image series.
- Denoising of the MR images.
- Segmentation of gray matter (GM), white matter (WM) and the cerebrospinal fluid (CSF) and splitting of the hemispheres. This requires the interactive definition of 4 anatomical landmarks.
- Interactive adjustment of the boundaries between the segments and definition of the number of hemispheres in the knowledge base to compare with. Parcellation of the brain structures based on the hemispheres which are most similar to the patient's hemispheres.
- Rigid matching of the PET image to the MR image.
- Presentation of the brain contours in a VOI editor together with the MR images, so that the user can adjust them interactively and save the final VOI set.
- Application of the VOIs to the matched PET series for calculating statistics. This results in TACs for a dynamic PET series, and simple statistics otherwise. Optionally, a geometric partial-volume correction can be applied during the statistics calculation.
- Dynamic case only: The resulting TACs can directly be transferred to the kinetic modeling tool or saved.
There is an alternative with respect to the recommended workflow above. Instead of defining the VOIs in the MR space, they may be transformed to the PET space, and the statistics calculated using the PET series in the original space.
Analysis of MR-only Study
If the PET information is lacking, the processing sequence reduces to the following workflow steps:
- Loading of the T1-weighted MR image series.
- Denoising of the MR images.
- Segmentation of gray matter (GM), white matter (WM) and the cerebrospinal fluid (CSF) and splitting of the hemispheres. This requires the interactive definition of 4 anatomical landmarks.
- Interactive adjustment of the boundaries between the segments and definition of the number of hemispheres in the knowledge base to compare with. Parcellation of the brain structures based on the hemispheres which are most similar to the patient's hemispheres.
- Presentation of the brain contours in a VOI editor together with the MR images, so that the user can adjust them interactively and save the final VOI set
- Optional: application of the VOIs to the MR series, mainly for calculating the VOI volumes.
Documentation of the Workflows
The implementation of the two workflows described above in PNEURO is very similar. Therefore, only the first workflow with PET and a T1-weighted MRI will be described in full detail, while the MR-only workflow is restricted to the essential parts.