Image data manipulation Flashcards
Why is digital image processing useful?
Allows the acquired image to be manipulated to improve the display
What is a digital image?
A function with x and y co-ordinates and an intensity function (greyscale function), each with finite discrete quantities
What are the three approaches to image processing?
Point operations
Local operations
Global operations
What are point operations?
Calculate a new pixel value for each pixel in an image
What are the five common point operations?
Inversion Contrast enhancement/stretching Thresholding Windowing DICOM display calibration curve
What is windowing and leveling?
Applies a look up table to adjust the relationship between pixel values and displayed values
What are local operations?
The application of a kernel to the image via a convolution in order to apply a filter or window a portion of the image
What are global operations?
Processes that manipulate the image as a whole with a calculation performed in frequency space rather than real space
Why are global operations performed in frequency space?
The same processes are performed quickly with fewer steps and calculations
How do global operations work?
Apply a fourier transform to both the image and the kernel
Convolve in fourier space by multiplying the transformed image and kernel
Apply the inverse transform
What image registration and what is its purpose?
The process of finding the spatial transforms that maps points on an object in one image to points on an object in another image. Usually used for aligning medical images
What is the definition of image registration?
The mathematical operation of aligning two or more image datasets so that similar or complementary information can be transformed onto a common reference
What is the definition of image fusion?
The process of combining information in two or more image datasets into a more informative display. Accurate image registration is a pre-requisite of image fusion
What are the four things that are needed for an image registration algorithm?
A metric
A transform
An optimiser
An interpolator
What is the metric?
A measure of how similar the two images are, often the mean square difference. This is what is optimised