Week 9 - Image Processing And Reconstruction Flashcards

1
Q

How is a CT image reconstructed?

A

Using a set of xray beam projections at different angles

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

The data that is sitting in the computer waiting to be made into an image

A

Raw data

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

The thousands of bits of data acquired by the system with each scan

A

Raw data

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

T/F
The terms raw data and scan data are interchangeable

A

True

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

The process of using raw data to create an image

A

Image reconstruction

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

What are the two types of image reconstruction?

A

Prospective

Retrospective

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

The reconstruction that is automatically produced during scanning

A

Prospective reconstruction

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

The process of the same raw data being used later to generate new images

A

Retrospective reconstruction

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

-to form an image the computer assigned a HU to each pixel
-the average of all attenuation measurements for that pixel
-the 2D pixel represents the 3D portion of the patients tissue

A

Image data

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

-A finite set of unambiguous steps performed in a prescribed sequence to solve a problem

-a set of rules or directions for getting a specific output from a specific input

A

Algorithms

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

T/F
In CT, algorithms are used to solve many mathematical equations necessary for conversion of acquired information into visible light

A

True

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

T/F
Algorithms are the basis for most computer programming

A

True

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

A mathematical method of estimating the value of a unknown value on either side of the function

A

Interpolation

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

Assumes that the unknown points fall along a straight line between two known points

A

Linear interpolation
*simplest type

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

When is interpolation used in CT?

A

In image reconstruction process and the determination of slices in spiral/helical CT imaging

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

A systematic method of collecting data from the patient

A

Data acquisition

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

What are the components used for data acquisition?

A

Xray tube and digital image detectors

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

What must an analog signal be converted into a digital signal for data acquisition?

A

Because a digital computer is used in imaging systems

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

What is digital imaging processsing?

A

Conversion of an input image to an output image

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

Performed by a digital computer that takes an input digital image and processes it to produce an output digital image by using the binary number system

A

Image processing

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

Input and output images are analog

A

Analog processing

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

Discrete input and output image

A

Digital processing

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

What is required for the conversion of analog to digital image?

A

Digitizations system

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

Continuous images

A

Analog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Numerical representation or images of objects
Digital image
26
Performed by a digital computer that takes an input digital image and processes it to produce an output digital image by using binary number system
Image processing
27
ADC
Analog spiral converter
28
DAC
Digital analog converter
29
Sends digital data for digital image processing by a digital computer -reduces noise in the input image -enhances the sharpness of the input image -changes the contrast of the input image
ADC
30
_______ must be first converted into an analog signal before it can be displayed on a monitor for viewing by the observer
Output digital image *function of DAC *this image can be stored and archived
31
T/F CT is based on reconstruction processes whereby a digital image is changed to a visible image
True
32
33
What domains do images exist in?
-spatial location domain -frequency domain
34
What domain are images displayed for viewing in?
Spatial location domain
35
What domain are xray and CT images displayed in?
Spatial location domain
36
Domain demonstrated by the number of times a signal changes per unit length
Frequency domain
37
What domain are MRI and ultrasound images displayed in?
Frequency domain
38
In a frequency domain, what do small and large structures produce?
Small structures - high frequency (image detail) Large structures - low frequency (contrast information)
39
T/F Images can be converted between domains using the Fourier transform
True
40
What domain do radiologists and technologist view images in?
Spatial frequency domain
41
What domain would a physicist likely view an image in?
Frequency domain
42
What is the major reason for converting images domains?
To facilitate image processing that can enhance or suppress certain features of the image
43
T/F An image with many edges contains many high frequency components
True
44
T/F Images of more uniform structures (water) contain low frequency components
True
45
T/F Frequency components can be selectively changed to enhance an image
True
46
Increases amplitude of low frequency components (smoothing)
Low frequency Low pass
47
Increases amplitude of high frequency components (edge enhancement)
High frequency High pass
48
What are considered characteristics of the digital image?
-matrix -pixels -voxels -bit depth
49
-2D array of numbers -M x N (columns x rows) -matrix size = DFOV (in CT) *larger image requires more processing time and storage
Matrix
50
-make up the matrix squares -contains a numerical value representing brightness -these numbers best represent the tissue imaged -represent the characteristic atomic number and mass density
Pixels
51
T/F Larger matrix size and small pixel (same FOV) allows for better spatial resolution
True
52
-pixels in a digital image represents the information contained in a volume of tissue in the patient -volume element -are assigned brightness levels
Voxel
53
Y/F Every pixels in the M x N matrix is represented by k binary digits
True
54
T/F CT is done with more bit depth than general xray
True
55
What does matrix size affect?
Spatial resolution (detail) *larger matrix = smaller pixel = better detail
56
What does bit depth affect?
# of shades of grey (contrast resolution)
57
Conversion of analog image into numerical data for processing by the computer
Image digitization
58
What are the 3 steps of image digitization?
Scanning Sampling Quantization
59
Division of picture into small regions, or scanning (pixels)
Image digitization - scanning
60
-measures the brightness of each pixels in the image -light projected onto transparency of pixel and detected by a photomultiplier behind picture *output of the photomultiplier tube is an electrical signal (analog)
Image digitization - sampling *electrical signal obtained from sampling is assigned an integer based on the strength of the signal
61
-brightness of each pixel is assigned an interference (0, +, -) called a grey level -results in range of numbers or grey levels with a precise location -greyscale: total number of grey levels
Image digitization - quantization *results in an array of numbers representing the analog image that was scanned, sampled and quantized *then sent to the computer for further processing
62
T/F Undersampling causes degradation of the image
True *leads to aliasing (artifact, moire)
63
-samples the analog signal at various times to measure its strength at different points -the more points samples, the better representation of the signal
ADC
64
What are the two characteristics of ADC?
Accuracy - division of the signal into bits also enhances accuracy (bits represent shades of grey on the image) Speed - time it takes to digitize the analog signal
65
T/F In ADC, speed and accuracy are inversely related
True *it takes more time to digitize an signal with higher accuracy
66
What is segmentation?
Involves isolating and highlighting objects of interest, followed by categorizing the objects in the image
67
Creating images from other images or non-image data *image reconstruction techniques are the basis for CT image production Ex. 3D imaging
Image synthesis
68
What are the 3 image processing techniques?
-point operations -local operations -global operations *the image processing algorithms alter the pixel intensity values
69
-value of input image is mapped on the corresponding output image pixel -algorithms allow all pixels to be scanned -grey level mapping : also called windowing (most common point processing technique) -uses LUT, plots output and input grey levels against eachother
Point operations *grey level mapping modifies histogram of part or all pixels
70
-output image pixel determined from a small area of pixels around the corresponding input pixel -does not scan each pixel -uses surrounding pixels -can be called area/group processing
Local operations
71
-also called edge enhancement -spatial location is converted to spatial frequency -using a high pass filter on spatial frequency -high pass filter suppresses low spatial frequencies, producing a sharper output image
Spatial location filtering: high pass filtering
72
-smoothing the image -output image appears blurred -reduces noise and displayed brightness levels -image detail is compromised
Spatial location filtering: low pass filtering
73
-entire input image is used to complete the value of the pixel in the output image -uses filtering in the frequency domain rather than space domain -uses Fourier transform
Global operations
74
What can the Fourier transform provide?
-edge enhancement -image sharpening -image restoration
75
-to modify spatial position or orientation of pixels in the image -algorithms change position rather than intensity of the pixels
Geometric operations
76
What reconstruction algorithm does CT use?
Filtered back projection
77
What is the major problem with the filtered back projection algorithm?
Includes noise and streak artifacts
78