Week Four - Medical Data Processing & Analysis Flashcards
What is the difference between a screening situation and a diagnostic situation?
Screening - physician scans entire image and searches for features that could be associated with disease.
Diagnostic - physician concentrates on region of suspected abnormality.
Why do we need computerised detection? (2 reasons)
- Interpreting radiological images by visual inspection is subjective and qualitative.
- Can only be viewed in 2D - radiologist has to mentally reconstruct
What are some disadvantages to manual detection?
Very tedious and time consuming, highly subjective, intra- and inter-observer variability.
What is segmentation?
A process that divides an image into regions of interest.
What are the two main types of segmentation? What is the difference between the two?
Region based and edge based. Region based - similarity characteristics. Edge based - discontinuity characteristics.
What is binarisation?
Region of interest = 1, other = 0.
What is thresholding?
Segmentation technique where the object and background pixels have intensity values grouped into modes.
What is the difference between global and variable thresholding?
Global - T stays the same over the whole image.
Variable - T changes over the image.
Name two types of variable thresholds.
Local (T depends on properties of neighbourhood) and dynamic (T depends on spatial coordinates)
What are the 5 steps involved in the basic global thresholding algorithm?
- Estimate a T value.
- Segment image with T value.
- Calculate m1 for G1 and m2 for G2.
- Calculate new T value = (m1 + m2)/2
- Told - Tnew < predetermined value
What is the major problem with thresholding?
It considers only the intensity and not the relationship between the points.
What is the key to success for thresholding?
Width and depth of valley between modes of points.
Name four further problems that affect thresholding.
Noise, illumination, non-uniform backgrounds, and reflectance.
What is image partitioning?
Dividing an image into smaller sub-images, such that the background of each sub-image is approximately uniform.
What is image partitioning used for?
To compensate for non-uniformities in illumination and reflectance.