Introduction: what is image processing?
|
Image processing operations are a central part of neuroimaging.
Images are homogenous arrays, where spatial relationships are important
Many different operations can be performed on images, and processing pipelines can be build combining them
Images can be efficiently and usefully represented as arrays
Arrays can be manipulated with numpy operations, and visualized using Matplotlib
|
Detrending
|
|
Segmentation
|
There are three (at least) different ways to perform segmentation
The first uses the histogram of the pixel gray values
The second detects edges and fills between them
|
Registration
|
|
FIXME: more reference material.