67
醫醫醫醫醫醫醫醫醫

醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Embed Size (px)

Citation preview

Page 1: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

醫學影像分析與實作

Page 2: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

OUTLINE

Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Page 3: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Most nuclear medicine imaging systems present their information as digital images.

A digital image is stored in the computer as an array or matrix of count values and is displayed by assigning a gray or color scale that depends on the number of counts in each element.

Page 4: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Digital Image

The Image arrays are square matrices that have dimensions range from 32*32 up to 1024*1024

In nuclear medicine : 32*32,64*64,128*128,256*256, 512*512,1024*1024 Byte mode & word mode

Page 5: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image formation

Frame Mode List Mode Dual Isotope Imaging

Page 6: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Frame mode

X-Y coordinate Byte mode:

256 gray scale 1 byte = 8 bits

Word mode: 65535 gray scale 2 byte =1 word

Page 7: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

List mode

2 byte data series Event addresses Time flag

List mode can be formatted any frame size List mode need more memory

Page 8: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Sampling

Sampling size: pixel size(mm) = field of view (mm) / # of pixels

What should the pixel size be?1. The spatial resolution of imaging system2. The smallest object of interest in the image3. The time it takes to perform any processing steps.4. The amount of storage and archival space available.

Page 9: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Information Density What information can we expect to percei

ve at a given count density? ☆ this depends on the size of the smallest region in the im

age you are trying to perceive and its apparent contrast to the surrounding background.

※ How to define the image information density? n > k2/C2d2

n : estimate the count density k : the signal – to – noise ratio (3~5) C : image constrast d : image diameter

◎ Image constrast = (object count density - background count density)/ background count density

Page 10: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Acquisition

Static studies Whole-Body Imaging Dynamic studies Gated Acquisition SPECT Acquisition

Page 11: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Data Acquisition Method

Frame Mode List Mode

Page 12: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Frame mode Acquisition

Picture elements 64*64 128*128 256*256

Pixel : Picture element Square mosaic :

Image matrix, Image array pixel array

Page 13: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Resolution

Spatial Resolution Temporal Resolution Energy Resolution

Page 14: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Spatial Resolution

Each pixel in the image matrix has one-to-one correspondence with a given location in the plane of NaI crystal

Ex: Gamma camera FOV=40cm diameter For 64*64 S.R=400/64=6.25mm/pixel For 128*128 S.R=400/128=3.13mm/pixel

No. pixel

diameterresolution Spetial

Page 15: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Statistical Noise

Page 16: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Increase Spatial resolution

Zooming Hardware Software Zoom can (1) decrease Background

count (2) increase resolution

The spatial resolution of computer image is ultimately limit by resolution of gamma camera

Page 17: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Byte mode V.S. Word mode

1 Byte = 28 bits =256 (0-255) 1 Word = 216 bits = 65536 (0-65535) 1 Word = 2 Bytes

Page 18: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Byte mode V.S. Word mode

Byte mode Acquisition: a pixel deep is 1 byte Word mode Acquisition: a pixel deep is 2 byte What Kind of the acquisition mode we should

used? In low count studies => Byte mode In High count studies => Word mode

Page 19: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Byte mode V.S. Word mode

Byte mode 優點 : less memory 缺點 : 1. dead time 2. truncation error

Word mode 優點 : 1. No dead time 2. No truncation 缺點 : more memory

Overflow:

Dead time:

Truncation:

Page 20: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

臨床診斷上使用的應用軟體 影像增強 (Image enhancement) 量化分析 (Qualitative Image analysis ECT 影像重建 (ECT image reconstruction)

Page 21: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Image smoothing filters P7 9/)PPPPPPPP(PAvg 121110876432

Page 22: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Nine-point smooth (mask)

w1 w2 w3

w4 w5 w6

w7 w8 w9

1

9

1 1 11 1 11 1 1

Page 23: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Page 24: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Page 25: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Medium smooth

Half way mask => replace average (weight )

> 50% count value (mask)

< 50% count value (Keep)

Page 26: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis
Page 27: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis
Page 28: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Edge-enhancement filter

(sharpen mask) Mask: (2N+1)*(2N+1)

Page 29: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis
Page 30: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

Point processing operations Background subtraction Gray scales Color translation table

Frame processing operation

ex: Parathyroid scan study

Page 31: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Parathyroid subtractuin

Page 32: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image Enhancement

1

9

-1 -1 -1

-1 8 -1

-1 -1 -1

Page 33: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

影像量化分析 ROI( region of interesting) create Histogram create Analysis ROI and Histogram Clinical mathematic

Page 34: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Point processing operation

Background subtraction (pixel-by-pixel)

Page 35: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Point processing operation

Interpolated background subtraction (weight)

dcba

dcba

WWWW

DWCWBWAWBkg

Wa=Xb/Xa

Wb=Xa/Xb

Wc=Yd/Yc

Wd=Yc/Yd

Xa: Q 距 A 點距離

Xb: Q 距 B 點距離

Yc: Q 距 C 點距離

Yd: Q 距 D 點距離

Page 36: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gray scales and color table

Gray scale ( dynamic range)

the number of shades of gray between these two extremes

Type: Linear exponential logarithmic

Page 37: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gray and color table

Page 38: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gray scales and color display

Page 39: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gray scales and color display

Page 40: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Lung perfusion/ventilation ratio

Page 41: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Tl201 myocardial perfusion study

Page 42: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Creating ROIs Automatic edge

detection methods:

Page 43: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Create ROI

Method: Circular ROI Rectangular ROI Irregular ROI Automatic ROI

Page 44: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Curve Generation and Analysis

The starting point for analyzing the flow pattern quantitatively is the construction of an activity-versus-time curve.

Method Eye-balling The move average method The weighted moving-average method

Page 45: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

The Moving Average method

Page 46: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

The Moving Average method

Page 47: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Data smoothing by curve Fitting

Page 48: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Clinical Mathematic in Nuclear Medicine

Nuclear Cardiology Multiple-gate equilibrium First pass blood-pool Static myocardial perfusion study

Renal function GFR Kidney radio ERPF Diuretic renography (Lasix) Captopril renography

Other

Page 49: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Example for Ventricular Ejection Fraction

Bkg ED-counts ED

Bkg) ES-counts (ES-Bkg) ED-counts ED(EF

Page 50: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Multiple gate mode

Page 51: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Ejection Fraction

Page 52: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Ejection Fraction

Page 53: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Ejection Fraction

Page 54: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Ejection Fraction

Page 55: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Ejection fraction

Page 56: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gastric empty time study

Page 57: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Example for renal function

Page 58: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Analysis tools

For renal image ratio:

1. Arithmetic method

2. Geometric method For functional image :

1. ROI(region of interesting)

2. Histogram ( Time activity curve,TAC)

3. Curve fitting

Page 59: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Arithmetic v.s. Geometric

ROI information (RINFO)

Renal image ratio

Page 60: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image ratio

Arithmetic method: anterior view: right kidney count(Ra) left kidney count(La) posterior view: right kidney count(Rp) left kidney count(Lp) mean : (Ra+Rp)/2 =Rm , (La+Lp)/2=Lm Ratio: Kr=Rm/(Rm+Lm), Kl=Lm/(Rm+Lm)

Page 61: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Image ratio

Geometric method:

anterior view: right kidney count(Ra)

left kidney count(La)

posterior view: right kidney count(Rp)

left kidney count(Lp)

mean :

Ratio: Kr=Rm/(Rm+Lm), Kl=Lm/(Rm+Lm)

LmLpLaRmRpRa *,*

Page 62: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Gate’s method

countsion postinject-countson preinjecti

) () (

%

)85219.6()81270.9)( (%99m

99m

uxux eBkgdctsKidneyL

eBkgdctsKidneyR

DTPATcofuptakerenal

DTPATcofuptakerenalGFR

cmin Hight :H

Kgin Weight : W

0.7W/H*13.2kidney Left

0.7W/H* 13.3kidneyRight

:depthkidney

Page 63: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Start

Create ROI

Create Background ROI

Frame grouping

Create TAC(time activity curve)

Choice integral area

Final report

End

Procedure Flow Chart

Page 64: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

GFR renal function study

Page 65: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

Conclusion

核子醫學造影檢查 造影過程 電腦資料分析

未來發展趨勢 Trace Kinetics model Mathematic Tools New Procedure More powerful Image process tool

Page 66: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

THE END

Page 67: 醫學影像分析與實作. OUTLINE Image acquisition method Image enhancement Methods of Qualitative Image Analysis Example for clinical medical image analysis

practice

請依下列數據繪出活性時間曲線 , 並做 curve smooth .( 三點平均 )

Time(sec) count Time (sec) count

20 250 160 1500

40 375 180 1350

60 500 200 930

80 700 220 740

100 850 240 600

120 1160 260 340

140 1580 280 120

計算 120~180sec 內的累積計數為若干 ?