Basic Processing for Structural Images Flashcards
What are the three main tools for image analysis?
SPM Central- Statistical Parametric Mapping
FSL - FMRIB’s Software Library (Oxford Centre for Functional Magnetic Resonance Imaging of the Brain
FreeSurfer
Why do most researchers tend to use the same types of software for image analysis?
Using the same tools are the wider research community increases our confidence that the what we do will be accepted by the wider community
What is FreeSurfer?
Designed to input a scan and the program itself will analyse the image, gives lots of outputs
It is the most “black box” approach
When given a T1 scan it delineates between grey and white matter and gives us 3D representations/ 3D maps of cortical strucutures, and metrics/measurements e.g. cortical grey matter thickness
What is FreeSurfer’s popular use for?
Cortical analysis
How are SPM Central and FSL similar?
Both come with pre-written pipelines for complex analyses
Both modular- you can tinker freely with your MRI scans
What are the three pre-processing steps for MRI scan analyses?
- File Conversion
- Ensuring correct image orientation data
- Intensity non-uniformity correction
What is the most popular tool for file conversion?
dcm2niix – its used to convert DICOM to nifti files
How do we ensure the correct image orientation?
Software tools like to know “which way is up”, and parts of a nifti header can modified / used to give this information.
- done by running the FSL tool “fslreorient2std” on a nifti image whihc will add correct orientation information
What is intensity non-uniformity?
The “coil” worn in an MRI scanner is an essential part of the scan, but creates distortions in the local magnetic field
A persons head automatically distorts the magnetic field too
- these translate into changes in pixel intensity in the images we aquire
-these result in collected images being generally brighter/darker towards the centre (considered to be noise in the scan)
How to we do intensity non-uniformity correction?
FSL will do this as part of its “FAST” pipeline, for tissue segmentation.
What are the 5 types of structural MRI analysis methods?
Brain extraction
Tissue segmentations
Masks
Image resolution
Pulling it all together
What is brain extraction/ skull stripping?
The removal (zeroing) of all voxels which are not in the brain (making all voxels 0 so they appear black in the scan)
-practically it makes the program run more efficiently as there is less to scan
How do we do brain extraction?
In FSL use BET (brain extraction tool)
What is a limitation of BET?
Can leave bits of brain tissue in the scan
Can also remove parts of the brain from the scan
- can never achieve perfect brain extraction but we can repeat the process until is is good enough
- often a trade off between including more or less things
What is tissue segmentation?
FSL reads a strucutural brain scan (ideally a T1 image) and produces additional images in the same space which denote which voxels contain white or grey matter or CSF
How do we do tissue segmentation?
Through it’s “FAST” pipeline.
What do we get out of tissue segmentation?
We esentially get new images in nifti files which we can load up in the same imaging software
New images are called TPMs (tissue probability maps)- these only contain data where the relevant tissue was present in the main scan
What happens to the value of voxels in the TPMs generated from tissue segmentation?
Voxel values are no longer arbitrary in TPMs
They now represent the % of the voxel which belongs to the type of tissue
e.g 0% CSF, 43% white matter and 57% grey matter
What can we do from tissue segmentations?
We can do useful measurements
e.g. tissue volume, how much brain there is
this can be done using fslstats