Week Four - Medical Data Processing & Analysis Flashcards

1
Q

What is the difference between a screening situation and a diagnostic situation?

A

Screening - physician scans entire image and searches for features that could be associated with disease.
Diagnostic - physician concentrates on region of suspected abnormality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why do we need computerised detection? (2 reasons)

A
  1. Interpreting radiological images by visual inspection is subjective and qualitative.
  2. Can only be viewed in 2D - radiologist has to mentally reconstruct
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some disadvantages to manual detection?

A

Very tedious and time consuming, highly subjective, intra- and inter-observer variability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is segmentation?

A

A process that divides an image into regions of interest.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the two main types of segmentation? What is the difference between the two?

A

Region based and edge based. Region based - similarity characteristics. Edge based - discontinuity characteristics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is binarisation?

A

Region of interest = 1, other = 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is thresholding?

A

Segmentation technique where the object and background pixels have intensity values grouped into modes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between global and variable thresholding?

A

Global - T stays the same over the whole image.

Variable - T changes over the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name two types of variable thresholds.

A

Local (T depends on properties of neighbourhood) and dynamic (T depends on spatial coordinates)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 5 steps involved in the basic global thresholding algorithm?

A
  1. Estimate a T value.
  2. Segment image with T value.
  3. Calculate m1 for G1 and m2 for G2.
  4. Calculate new T value = (m1 + m2)/2
  5. Told - Tnew < predetermined value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the major problem with thresholding?

A

It considers only the intensity and not the relationship between the points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the key to success for thresholding?

A

Width and depth of valley between modes of points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Name four further problems that affect thresholding.

A

Noise, illumination, non-uniform backgrounds, and reflectance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is image partitioning?

A

Dividing an image into smaller sub-images, such that the background of each sub-image is approximately uniform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is image partitioning used for?

A

To compensate for non-uniformities in illumination and reflectance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the two key issues with image partitioning?

A
  1. How to sub-divide the image.

2. How to estimate the threshold for each sub-image.

17
Q

Name two types of region based segmentation.

A

Region growing and region splitting.

18
Q

What is region growing?

A

Examines pixels in the neighbourhood based on a pre-defined similarity criterion. Neighbourhood pixels with similar properties are merged to form closed regions for segmentation.