Medical Imaging Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

Flashcards generated from Medical Imaging lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

Image in Image Processing

A function that maps image coordinates x, y to intensity values.

2
New cards

f(x,y) for gray-value images

A scalar function.

3
New cards

f(x,y) for color images

A vector consisting of the color channels.

4
New cards

Histograms of Images

Information about the distribution of the intensity values of an image.

5
New cards

A histogram h(i)

Consists of several bins that contain single intensity values or ranges of intensities.

6
New cards

For each bin i

The number of occurrences ni of the corresponding intensity values in the image are counted.

7
New cards

CDF

Cumulative distribution function

8
New cards

For visual inspection, it is often beneficial:

To change the contrast of an image.

9
New cards

Window and Level

Semi-automatic adjustment of the display using window and level functions.

10
New cards

In CT, the gray values have known physical properties and allow interpretation of the material. This effect is displayed in Fig. 3.2. The image on the left hand side displays the Hounsfield unit (HU)

From -1000 to 1000.

11
New cards

This range covers the materials

Air, soft tissue, contrast agent, and bone.

12
New cards

Image Contrast is

Represented by a difference in pixel values

13
New cards

Digital Image Processing

Contrast is changed by changing pixel values.

14
New cards

A Look Up Table

Gives Replacement Pixel Values

15
New cards

LUTS are

Selected to Give an Image Specific Contrast

16
New cards

Contrast Processing

A LUT that looks like High Contrast Film

17
New cards

Contrast Processing

A LUT that Produces Contrast appropriate for Chest Imaging

18
New cards

Inverted Brightness Scale

A LUT that Inverts the Brightness Scale

19
New cards

Digital Image Windowing

Windowing separates the Pixel Value Range into 3 Segments

20
New cards

Effect of Window Selection

Windows to Enhance Contrast in Different Segments of the Pixel Value Range

21
New cards

Blurred (Unsharp) Mask Subtraction

Visibility of Detail Enhanced by the Blurred Mask Subtraction Process

22
New cards

Gamma Correction

A is a normalization constant to keep the resulting intensities within a valid range, gamma is the gamma correction parameter. If gamma < 1: The image becomes brighter. If gamma > 1: The image becomes darker. If gamma = 1: The image remains unchanged.

23
New cards

Histogram Equalization

Aim to distribute pixel intensity values more evenly across an image, making details more visible.

24
New cards

Edge detection

Used to identify boundaries within an image by detecting areas of rapid intensity change.

25
New cards

Image Filtering

Filters can be applied to images in order to process them, e. g., for noise reduction.

26
New cards

Average / Mean / Box Filter

Averaging filter of size

27
New cards

Gaussian filter

A better choice for blurring an image than the averaging filter is the Gaussian filter.

28
New cards

Median Filter

A non-linear image filtering technique primarily used for noise reduction, particularly in images affected by salt-and-pepper noise. Unlike linear filters, such as the mean filter, which average pixel values, the median filter preserves edges while effectively reducing noise.

29
New cards

Morphological operators

Tools in image processing, primarily used for analyzing binary and grayscale images.

30
New cards

Image Segmentation

The process of partitioning an image into multiple meaningful regions to simplify analysis and processing.

31
New cards

Thresholding

The simplest method, where pixel intensity is compared to a predefined threshold.

32
New cards

Edge-Based Segmentation

Detects boundaries between objects using edge detection.

33
New cards

Region-Based Segmentation

Region Growing: Starts from seed points and expands based on similarity in pixel intensity. Watershed Algorithm: Treats intensity values as topographical elevation and partitions the image into catchment basins.

34
New cards

Deep Learning-Based Segmentation

U-Net, Mask R-CNN, FCN (Fully Convolutional Networks): Used for medical and object segmentation. Requires large datasets and computational power.

35
New cards

Noise Types

Caused by the statistical variation in the number of X-ray photons reaching the detector. Follows a Poisson distribution, meaning noise is higher in low-intensity regions.

36
New cards

Electronic Noise

Introduced by the electronic components of the X-ray detector . Includes thermal noise, amplifier noise, and ADC (Analog-to-Digital Converter) noise.

37
New cards

Scattering Noise

X-rays scatter within the body, leading to blurred edges and reduced contrast in the image.

38
New cards

Motion Artifacts

Caused by patient movement or scanner vibrations during exposure.

39
New cards

Beam Hardening Artifacts

Occurs when lower-energy X-ray photons are preferentially absorbed, making the remaining beam “harder” (higher energy). Results in non-uniform attenuation and streaking artifacts, especially around dense objects like bones or implants.

40
New cards

Overexposure

Occurs when too many X-ray photons reach the detector, resulting in an image that is too bright (high signal intensity), potentially leading to loss of detail in low-density structures.

41
New cards

Underexposure

Occurs when too few X-ray photons reach the detector, leading to a dark and noisy image with insufficient information for accurate diagnosis.

42
New cards

Balancing Exposure in X-ray Imaging

Exposure Index (EI): Modern digital X-ray systems provide an EI value to guide proper exposure. Histogram Analysis: Digital systems analyze pixel intensity histograms to detect over/underexposure. Dose Optimization: Use the “As Low As Reasonably Achievable” (ALARA) principle to ensure the lowest radiation dose while maintaining.