Medical Image Analysis Flashcards
(343 cards)
What are the assumptions of pixels?
They are square and non-overlapping
What are the 3 image types?
Intensity images Colour images Binary images
What is an intensity image?
Each pixel has a similar intensity This is the most common type of image Value is proportional to intensity e.g. value proportional to dose/light Often referred to as a greyscale image No need to stick to shades of grey
What is a colour image?
Each pixel has a colour value Need a colour model
What is a binary image?
Each pixel has only 2 possible states 1 or 0, on or off, true or false Used in medical image analysis Used in the processing stage Not helpful to the end user
What is the problem with 2D greyscale images?
The image is not equally sharp due to movement during exposure
In a 2D colour image what do the pixel value represent?
Luminance Brightness Colour Using a colour model
What is the most common colour model?
R-G-B
What is the RGB colour model?
Most common Additive colour model Start with black, add Red-Green-Blue The pixel value has 3 intensities for RBG light
What are the RGB components in a white pixel?
RGB are equal and maximum
Describe the dimensions in a 3D image
N x M x D Third dimension can be spatial, temporal or some other variable Spatial - CT scanner volume Temporal - fluoroscopy
What are binary images used for?
they are often used to identify objects or regions within an image Used for image processing Set a threshold intensity to t. If the intensity is greater than t then 1 or on and vice versa. Can have 2 threshold values, between x and y
What are the basics behind displaying intensity images?
There must be a map from the pixel value to the colour of the pixel to be displayed.
What is the typical computer display?
RGB colour device with 256 possible shades of each colour
Describe the RGB values in a grayscale image?
If the pixels are grey, black or white then the values for each channel are equal 0,0,0 is black, maximum in each channel is white
What is the possible colour range display in a 24 bit image?
256 red x 256 green x 256 blue= 16 million colour range display Each colour has 8 bits assigned to it 8 bits = 2^8 shades = 256
What is the problem with displaying medical images?
There are often more pixels than is available on a standard screen They often contain many more distinct intensity values and so mapping is required
What is a LUT?
Look up table It is used as a map between pixel value and the colour to display It may produce a colour or greyscale representation of an image If a LUT has fewer entries than in the image, the pixel values in the image must be scaled to LUT entries
What is a true colour image?
They are capable of being displayed directly. This means that each pixel value has a distinct colour. 16 million possible colour shades. If there are less colours available than are recorded in the image then there is scaling.
What are the advantages of using a colour LUT?
Allows you to identify areas of similar intensity Can draw attenuation to an area difficult to see in grey
What are the 2 methods of number representation?
Integer Floating point
How are images stored on a computer?
The images pixels are represented in the computers memory or storage devices Computer representation of numbers has its limitation Everything in a computer is represented in binary
What is binary>
It is a base number system and is either 0s or 1s Binary numbers: Units 2s 4s 8s 16s It is much more efficient to count in binary
What is a bit?
Binary digital Smallest amount of data a computer can represent It is either a 0 or a 1 b








