lec7: medical image segmentation (i) (radiology applications of segmentation, and thresholding)

78
MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding) Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL 32814. [email protected] or [email protected] 1 SPRING 2017

Upload: ulas-bagci

Post on 22-Jan-2018

126 views

Category:

Science


2 download

TRANSCRIPT

Page 1: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

MEDICAL IMAGE COMPUTING (CAP 5937)

LECTURE 7: Medical Image Segmentation (I)(Radiology Applications of Segmentation, and Thresholding)

Dr. Ulas BagciHEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL [email protected] or [email protected]

1SPRING 2017

Page 2: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Outline• Introduction to Medical Image Segmentation, type of

segmentation methods, and definitions– Recognition & Delineation

• Simplest Segmentation Method(s): Thresholding– Otsu Thresholding– Parametric Method– PET Image Thresholding Methods

• ITM (Iterative Thresholding Method)

2

Page 3: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Motivation for Image SegmentationIn the last 20 years the computer vision and medical imaging communities have produced a number of useful algorithms for localizing object boundaries in images.

3

Page 4: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Motivation for Image Segmentation• Content based image retrieval• Machine Vision• Medical Imaging applications (tumor delineation,..)• Object detection (face detection,…)• 3D Reconstruction• Object/Motion Tracking• Object-based measurements such as size and shape• Object recognition (face recognition,…)• Fingerprint recognition,• Video surveillance• …

4

Page 5: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• 3D views to visualize structural information and spatial anatomic relationships is a difficult task, which is usually carried out in the clinician’s mind.

5

Page 6: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• 3D views to visualize structural information and spatial anatomic relationships is a difficult task, which is usually carried out in the clinician’s mind.

• Image-processing tools provide the surgeon with interactively displayed 3D visual information.

6

Page 7: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

7

Credit: Kaus, et al. Radiology 2001.

Page 8: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

• Determination of the volumes of abdominal solid organs and focal lesions has great potential importance (liver, spleen, …).

• Monitoring the response to therapy and the progression of neoplastic disease and preoperative examination of living liver donors are the most common clinical applications of volume determination.

8

Segmentation Tools in Radiology Applications

(credit: Farraher, et al.Radiology 2005)

Page 9: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• Gross Tumor Volume in CT/MRI• Metabolic Tumor Volume in PET/SPECT/

– Surgery/Therapy Planning• Planning Tumor Volume (PTV)

– Tumor characterization• Texture Extraction requires

segmentation to be done• Shape analysis

9

Page 10: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• There is a strong interest in automatic and reproducible techniques for detection and quantification of vascular disease

• A first step toward an effective vessel analysis tool is segmentation of the vasculature.

10

axial coronal sagittal

Credit: Manniesing, et al, Radiology 2008

MIP: maximum intensityProjection image of cerebral vessels (in CTA)

Page 11: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• MR volumetry of the hippocampus can help distinguish patients with AD (Alzheimer’s Disease) from elderly controls with a high degree of accuracy (80%–90%).

11

Page 12: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Segmentation Tools in Radiology Applications

• MR volumetry of the hippocampus can help distinguish patients with AD (Alzheimer’s Disease) from elderly controls with a high degree of accuracy (80%–90%).

12

hippocampusamygdala

Credit: Colliot et al, Radiology 2008.

Page 13: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Image SegmentationDefinition: Partitioning a picture/image into distinctive subsets is called segmentation.

13

Page 14: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Image SegmentationDefinition: Partitioning a picture/image into distinctive subsets is called segmentation.

14

Segmentation of an image entails the division or separation of the image

into regions of similar attribute.

Page 15: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Image SegmentationDefinition: Partitioning a picture/image into distinctive subsets is called segmentation.

15

Segmentation of an image entails the division or separation of the image

into regions of similar attribute.

The most basic attributes:-intensity

-edges-texture

-other features…

Page 16: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Image SegmentationDefinition: Partitioning a picture/image into distinctive subsets is called segmentation.

16

Purpose: To extract object information and represent this as a hard/fuzzy geometricstructure.

Recognition: Determining the object’swhereabouts in the scene.(humans > computer)

Delineation: Determining the object’sspatial extent andcomposition in the scene.(computers > humans)

Page 17: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Recognition - Example

17

(slice credit: J. Kim et al,Signal Processing 2007)

Model is induced No Model is induced

Page 18: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Approaches to Recognition

18

• Model-based• Knowledge-based - Non-interactive• Atlas-based

• Human-assisted - Interactive

Page 19: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Approaches to Recognition

19

• Model-based• Knowledge-based - Non-interactive• Atlas-based

• Human-assisted - Interactive

- They all originate from human knowledge.- Their relative efficacy is unknown.

Page 20: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Approaches to Delineations

20

pI (purely image-based) approaches• Rely mostly on information available in the given image

only. • Recognition: manual

Page 21: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Approaches to Delineations

21

pI (purely image-based) approaches• Rely mostly on information available in the given image

only. • Recognition: manual

SM (shape model-based) approaches• Employ models to codify object family shape info.• Recognition: model-based/manual

Page 22: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Approaches to Delineations

22

pI (purely image-based) approaches• Rely mostly on information available in the given image

only. • Recognition: manual

SM (shape model-based) approaches• Employ models to codify object family shape info.• Recognition: model-based/manual

Hybrid approaches• Combine among pI and SM approaches.• Recognition: model-based, automatic.

Page 23: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

23

Boundary-based (BpI):• optimum boundary• active boundary• live wire• level sets

Page 24: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

24

Boundary-based (BpI):• optimum boundary• active boundary• live wire• level sets

Region-based (RpI):• clustering – kNN, CM, FCM• graph cut• fuzzy connectedness• MRF• watershed• optimum partitioning• (Mumford-Shah)

Page 25: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

25

Boundary-based (BpI):• optimum boundary• active boundary• live wire• level sets

Region-based (RpI):• clustering – kNN, CM, FCM• graph cut• fuzzy connectedness• MRF• watershed• optimum partitioning• (Mumford-Shah)

SM Approaches• manual tracing• live wire• active shape/appearance• M-reps• atlas-based

Page 26: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

26

Boundary-based (BpI):• optimum boundary• active boundary• live wire• level sets

Region-based (RpI):• clustering – kNN, CM, FCM• graph cut• fuzzy connectedness• MRF• watershed• optimum partitioning• (Mumford-Shah)

SM Approaches• manual tracing• live wire• active shape/appearance• M-reps• atlas-based

Hybrid Approaches

• BpI + BpI• RpI + RpI• BpI + RpI• BpI + SM• RpI + SM• SM + SM

Page 27: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

27

pI Approaches

+ Where image info is good,accuracy is good;

- Bad where it is poor/absent;

- Need recognition help;

+ Can determine degree of match of model to image well;

- Lack obj shape &geographic info;

Page 28: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Classification of Methods

28

SM Approaches

- Even where image info isgood, accuracy suffers;

+ Where bad, model helps;

+ Can help in recognition;

- Need best match info;

+ Good models embody objshape & geographic info;

Page 29: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Purely Image Based Segmentation Methods

29

Page 30: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding – Simple Segmentation

• Image binarization– mapping a scalar image I into a binary image J

30

J(x, y) =

(0 if I(x, y) < T

1 otherwise.

Page 31: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding – Simple Segmentation

• Image binarization– mapping a scalar image I into a binary image J

31

J(x, y) =

(0 if I(x, y) < T

1 otherwise.

Page 32: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding – Simple Segmentation

32

Brighter objects

Darker objects

Page 33: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding – Simple Segmentation

33

Brighter objects

Darker objects

DIFFICULTIES1. The valley may be so broad that

it is difficult to locate a significant minimum

2. Number of minima due to type of details in the image

3. Noise4. No visible valley5. Histogram may be multi-modal

Page 34: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Example: CT Scan

34

Page 35: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Example: CT Scan

35

Page 36: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Example: CT Scan

36

Page 37: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Example: CT Scan

37

Page 38: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Example: CT Scan

38

Page 39: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding Methods• Huang• Intermode• Isodata• Li• MaxEntropy• Mean• MinError• Otsu• Percentile• RenyiEntropy• Moments

39

Page 40: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding Methods• Huang• Intermode• Isodata• Li• MaxEntropy• Mean• MinError• Otsu• Percentile• RenyiEntropy• Moments

40

Page 41: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding MethodsPET Imaging

Fixed ThresholdingAdaptive ThresholdingIterative Thresholding

41

• Huang• Intermode• Isodata• Li• MaxEntropy• Mean• MinError• Otsu (non-parametric)• Percentile• RenyiEntropy• Moments

Page 42: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding• Definition: The method uses the grey-value histogram of the

given image I as input and aims at providing the best threshold in the sense that the “overlap” between two classes, set of object and background pixels, is minimized (i.e., by finding the best balance).

42

Page 43: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding• Definition: The method uses the grey-value histogram of the

given image I as input and aims at providing the best threshold in the sense that the “overlap” between two classes, set of object and background pixels, is minimized (i.e., by finding the best balance).

• Otsu’s algorithm selects a threshold that maximizes the between-class variance . In the case of two classes,

43

�2b

�2b = P1(µ1 � µ)2 + P2(µ2 � µ)2 = P1P2(µ1 � µ2)

2

Page 44: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding• Definition: The method uses the grey-value histogram of the

given image I as input and aims at providing the best threshold in the sense that the “overlap” between two classes, set of object and background pixels, is minimized (i.e., by finding the best balance).

• Otsu’s algorithm selects a threshold that maximizes the between-class variance . In the case of two classes,

• where P1 and P2 denote class probabilities, and μi the means of object and background classes.

44

�2b

�2b = P1(µ1 � µ)2 + P2(µ2 � µ)2 = P1P2(µ1 � µ2)

2

Page 45: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding• Definition: The method uses the grey-value histogram of the

given image I as input and aims at providing the best threshold in the sense that the “overlap” between two classes, set of object and background pixels, is minimized (i.e., by finding the best balance).

45

P1 =uX

ı=0

p(i)

P2 =G

maxX

ı=u+1

p(i)

u

u

Page 46: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding• Definition: The method uses the grey-value histogram of the

given image I as input and aims at providing the best threshold in the sense that the “overlap” between two classes, set of object and background pixels, is minimized (i.e., by finding the best balance).

46

P1 =uX

ı=0

p(i)

P2 =G

maxX

ı=u+1

p(i)

µ1 =uX

ı=0

ip(i)/P1

µ2 =G

maxX

ı=u+1

ip(i)/P2

CLASS MEANS

Page 47: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

47

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

Page 48: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

48

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

�2b = P1(µ1 � µ)2 + P2(µ2 � µ)2 = P1P2(µ1 � µ2)

2

Page 49: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

49

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

Page 50: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

50

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

Page 51: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

51

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

Page 52: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

52

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

Page 53: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Otsu Thresholding-Algorithm

53

cI(u) 1� cI(u)

P1 P2

c indicates cumulative histogram, and P1 and P2can be approximated well with cumulative density function.

optimal

Page 54: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

• Assuming again a two-class problem and assuming that the distribution of gray levels for each class can be modeled by a normal distribution with mean and variance

54

Page 55: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

• Assuming again a two-class problem and assuming that the distribution of gray levels for each class can be modeled by a normal distribution with mean and variance

• the overall normalized intensity histogram can be written as the following mixture probability density function:

55

Page 56: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

• Assuming again a two-class problem and assuming that the distribution of gray levels for each class can be modeled by a normal distribution with mean and variance

• the overall normalized intensity histogram can be written as the following mixture probability density function:

where P1 and P2 are class probabilities. The optimal threshold (T) can be found as solving the quadratic equation à

56

Page 57: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

57

Page 58: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

58

In case, variances of both classes are equal, then->

Page 59: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Parametric Method for Optimal Thresholding

59

In case, variances of both classes are equal, then->

Page 60: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding methods for PET Image Segmentation

• Due to the nature of PET images (i.e., low resolution with high contrast), thresholding-based methods are suitable – because the local or global intensity histogram usually provides a

sufficient level of information for separating the foreground (object of interest) from the background. (Foster, Bagci, et al., CBM 2014)

60

Page 61: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding methods for PET Image Segmentation

• Due to the nature of PET images (i.e., low resolution with high contrast), thresholding-based methods are suitable – because the local or global intensity histogram usually provides a

sufficient level of information for separating the foreground (object of interest) from the background. (Foster, Bagci, et al., CBM 2014)

61

Fixed Thresholding

Adaptive Thresholding

Iterative Thresholding

Page 62: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Fixed Thresholding Methods

• Due to the nature of PET images (i.e., low resolution with high contrast), thresholding-based methods are suitable – because the local or global intensity histogram usually provides a

sufficient level of information for separating the foreground (object of interest) from the background. (Foster, Bagci, et al., CBM 2014)

62

Page 63: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding methods for PET Image Segmentation

• Due to the nature of PET images (i.e., low resolution with high contrast), thresholding-based methods are suitable – because the local or global intensity histogram usually provides a

sufficient level of information for separating the foreground (object of interest) from the background. (Foster, Bagci, et al., CBM 2014)

63

Fixed Thresholding

Adaptive Thresholding

Iterative Thresholding

Phantom Based

Image Quality metrics based

Page 64: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Adaptive Thresholding 64

Page 65: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Thresholding methods for PET Image Segmentation

• Due to the nature of PET images (i.e., low resolution with high contrast), thresholding-based methods are suitable – because the local or global intensity histogram usually provides a

sufficient level of information for separating the foreground (object of interest) from the background. (Foster, Bagci, et al., CBM 2014)

65

Fixed Thresholding

Adaptive Thresholding

Iterative Thresholding

Phantom Based

Image Quality metrics based

Page 66: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Iterative Thresholding Method (ITM)

66

S/B: Source to background ratio.

The method is based on calibrated threshold-volume curves at varying S/B ratio acquired by phantom measurements using spheres of known volumes.

Page 67: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Iterative Thresholding Method (ITM)

67

S/B: Source to background ratio.

The method is based on calibrated threshold-volume curves at varying S/B ratio acquired by phantom measurements using spheres of known volumes.

Page 68: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Iterative Thresholding Method (ITM)

68

S/B: Source to background ratio.

The method is based on calibrated threshold-volume curves at varying S/B ratio acquired by phantom measurements using spheres of known volumes.

The measured S/B ratios of the lesions are then estimated from PET images, and their volumes are iteratively calculated using the calibrated S/B-threshold-volume curves

Page 69: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Iterative Thresholding Method (ITM)

69

S/B: Source to background ratio.

The method is based on calibrated threshold-volume curves at varying S/B ratio acquired by phantom measurements using spheres of known volumes.

The measured S/B ratios of the lesions are then estimated from PET images, and their volumes are iteratively calculated using the calibrated S/B-threshold-volume curves

The resulting PET volumes are then compared with the known sphere volume and CT volumes of tumors that served as gold standards.

Page 70: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

ITM Example Result on PET Images/Lung

70

Page 71: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Another Example for PET Thresholding

71

ITM for tumor segmentation/FDG PET

Page 72: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Another Example for PET Thresholding

72

Page 73: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Further Thresholding Example – CT Bones

73

Page 74: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Further Thresholding Example – CT Bones

74

Page 75: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Head-Neck CT – Thresholding for Skull Modeling

75

(Slice Credit: P.Seutens)

Segmentation of the skull and the mandibula in CT images using thresholding. (a) Original CT image of the head. (b) Result with a threshold value of 276 Hounsfield units. The segmented bony structures are represented in color. (c) 3D rendering of the skull shows a congenital growth deficiency of the mandibula in this 8-year-old patient. This information was used preoperatively to plan a repositioning of the mandibula.

Page 76: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Multiple Thresholds – MRI Thresholding

76

Thresholding can be done interactively and separates the image into different regions. Valleys in the histogram indicate potentially useful threshold values

Credit: Toeonies, K.

Page 77: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Summary of today’s lecture• Introduction into the Medical Image Segmentation• Recognition and Delineation concepts in Segmentation• Simplest Segmentation method: Thresholding

– Otsu– Parametric method for optimal thresholding– PET Image thresholding

• ITM, fixed thresholding, etc.

77

Page 78: Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation, and Thresholding)

Slide Credits and References• Jayaram K. Udupa, MIPG of University of Pennsylvania, PA.• P. Suetens, Fundamentals of Medical Imaging, Cambridge

Univ. Press.

• Foster, B., et al. CBM, Review paper, 2014.• Kaus, et al. Radiology 2001.• Toeonies, K., Medical Image Analysis.• Farraher, et al., Radiology 2005• Zaidi, H., Quantitative Analysis in Nuclear Medicine Imaging.• Bailey et al. Positron Emission Tomography, Springer.• Dawood, M., et al. Correction Techniques in Emission

Tomography

78