RT 202 Module 3: Basic medical image processing and analysis

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:49 PM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

77 Terms

1
New cards

Digital medical imaging

  • Image processing and analysis involve a series of steps to enhance and interpret for diagnostic purposes

  • x-ray CT scan, MRI or ultrasound where sensors convert the physical signals into digital data


2
New cards

Contrast and density

Photographic properties

3
New cards

Spatial resolution, Distortion, and Magnification

Geometric Properties

4
New cards

Image processing and analysis in film-based radiography

Once the film is developed image analysis techniques includes:

a. Photographic properties = contrast and density

b. Geometric properties = spider resolution, distortion, and magnification

  • This accuracy of image analysis depends on both quality of the film and the skill of the radiologist



5
New cards

Image processing and analysis in digital imaging

  • Principal advantage: the ability to pre-process and post process the image to extract even more information

  • offers a more dynamic and automated approach to both pre-processing and processing


6
New cards

Pre-medical imaging processing

It involves cleaning and preparing medical images:

a. Removing noise

b. Enhancing contrast

c. Standardizing size and brightness

d. Correcting artifacts

e. Aligning images

7
New cards

COMPONENTS OF PREMEDICAL IMAGE PROCESSING

  • Noise reduction

  • Image, resizing and normalization

  • Artifactory removal

  • Image registration (if needed)

  • Edge preservation



8
New cards
  1. NOISE REDUCTION


  • Purpose: to remove unwanted variation(noise) that can obscure important details in the image

  • Methods: filtering techniques like gaussian, median or mean filters smooth out the image while preserving edges.


9
New cards

Gaussian filtering

 it is a common technique used to reduce image no random variation in brightness or color

10
New cards

GAUSSIAN FILTERING

common for smoothing noise (random variation)

11
New cards

MEDIAN FILTERING

Ideal for removing salt-and-pepper noise while preserving sharp edges

12
New cards

Median Filtering results:

  • Sharp Bone Detail

  • Close up Detail

  • Preserved Soft Tissue

Key advantage: Exceptional edge-preservation and salt-and-pepper removal


13
New cards

Gaussian Filtering results:

  • Smooth soft tissue

  • Detail softening


Key Advantage: Effective smoothing of random noise variation can cause slight detail loss


14
New cards

SHARP EDGES

  • Preserved = Median

  • Softened = Gaussian


15
New cards

NOISE

  • All types removed = Median

  • Random variation smoothed = Gaussian


16
New cards
  1. IMAGE, RESIZING AND NORMALIZATION


  • Purpose: to standardize the image, size and brightness for consistency, especially when using automated analysis tools

  • Methods: resembling or resizing images to a common dimension and intensity, normalization ensures, pixel values fall within a certain range across all images



17
New cards

RESIZING

Step 1: Adjust all images to the same dimensions for standardized input

  • Cubic

  • Interpolation


18
New cards

NORMALIZATION

Step 2: Rescale pixel values for consistent contrast across all images

  • Method A = min-max (original)

  • Method B = z-score (transformed)


19
New cards

Pre-processing workflow

Noisy original → Noise reduction → Resizing → Normalization → Ready for Model Training

20
New cards
  1. ARTIFACT REMOVAL


  • Purpose: to eliminate artifacts caused by patient, metal implants, or scanners that could interfere with diagnosis

  • Methods: motion correction, algorithms, and specialized software to detect and removes scan artifacts


21
New cards

Artifact Removal: IDENTIFICATION & FILTERING (Step 1)

  • Original: Noisy/Artifacted

  • Targeted inputs

  • Gaussian Filter: Smooths out Gaussian noise overall structure

  • Median Filter: Removes salt-and-pepper noise; sharpens edges

  • Motion, Streaks, Metal, and Noise


22
New cards

Artifact Removal: IDENTIFICATION & FILTERING (Step 2)

  • Motion Blur Removal

  • Streak Artifact Removal

  • Metal Reduction

  • Noise Reduction


23
New cards

Artifact Removal: IDENTIFICATION & FILTERING (Step 3)

Removed: random noise variation, salt-and-pepper noise, blur streaks metal distortion

Preserve: sharp edges, soft tissue detail bone structure

24
New cards

MOTION BLUR REMOVAL

Deblurs to restore sharp detail

25
New cards

STREAK ARTIFACT REMOVAL

Eliminates beam-hardening streaks

26
New cards

METAL REDUCTION

Lessens distortion from metal metal implants

27
New cards

NOISE REDUCTION

Removes residual variations

28
New cards
  1. IMAGE REGISTRATION (if needed)


  • Purpose: to align images taken different times or from different imaging modalities (like MRI and CT scan)

  • Methods: Geometric transformations, such as rotation, scaling, or translation


29
New cards

STEP 1: REGISTARTION (ALIGNMENT)

  • Translation

  • Rotation

  • Scaling

Identify: Motion, Streak, Metal, Noise

Goal: Standardize image positions and ensure point by point correspondence


30
New cards
  1. Edge Preservation


  • Purpose: To retain important structural boundaries while removing unnecessary details.

  • Methods: Edge-preserving filters like bilateral filters that smooth flat regions while keeping edging sharp


31
New cards

CODING AND DECODING

  • It is the process of converting the medical images and data into digital format (?) and then interpreting or retrieving them for viewing and use of (?)

  • Allows efficient storage, transmission, and access of medical images across healthcare system


32
New cards

STEP 1: CODING

  • Digital conversion & standardizing

  • Digital encoder step

    a. Basic DICOM coding - Make standard digital files
    b. Adaptive Compression - Efficiently reduce file size


Goal: Converts analog scans and data into standardized digital formats for efficient


33
New cards

STEP 2: DECODING

  • Interpretation & Access

  • Digital decoder step

    c. Secure Retrieval - Secure network access
    d. Interpretation View - Diagnostic Display


Goal: Retrieve and decompress files for viewing, preserving critical anatomical


34
New cards

Data compression and Format Encoding

CODING in PACS?

35
New cards

CODING

is how images are digitally stored, transmitted, or compressed in PACS

36
New cards

DICOM Format

Medical images are encoded into ______ files, which include both images and patient information medical images are encoded into diagram fast, which include both images and patient information

37
New cards

Compression

This helps reduce storage space and speed up transmission this helps reduce storage space and sped up in transmission

38
New cards

Lossless and Lossy

2 types of compression

39
New cards

No image quality lost

Lossless Compression

40
New cards

Some image quality lost but smaller file size

Lossy Compression

41
New cards

Metadata Coding

Along with the patients name, ID, Date, and modality type are coded into the file

42
New cards

LOSSLESS

Description: Reduces file size without losing quality

Use case: Ideal for diagnostic purposes

43
New cards

LOSSY

Description: Reduces size by removing some data

Use case: Used for fast previews or non-critical viewing

44
New cards

Image viewing and retrieval

DECODING in PACS

45
New cards

DECODING

Happens when PACS system or a radiologist’s workstation reads the coded DICOM files and displays the image in a usable format

46
New cards

DICOM viewers

Software that can decode the DICOM format to show high-quality medical images

47
New cards

Decompression

If an image is compressed, decoding involves decompressing it to restore its original form (especially in lossles formats)

48
New cards

Data Extraction

Decoding also includes extracting metadata (like patient info, scan date, etc.) for records or diagnoses

49
New cards
  • Data compression

  • Format encoding


CODING

50
New cards
  • Image Viewing

  • Data Retrieval


DECODING

51
New cards

REASONS FOR DATA COMPRESSION IN PACS

  1. To save storage space

  2. To speed up image transmission

  3. To reduce costs

  4. To improve workflow efficiency

  5. For long-term archiving


52
New cards

FORMAT ENCODING IN PACS

Used to standardize, organize, and securely store medical images and related data so that they can be easily shared, viewed, and understood across different systems and devices

53
New cards

MAIN REASONS FOR FORMAT ENCODING IN PACS

  1. Standardization with DICOM format

  2. Interoperability between devices

  3. Combining image + Patient information in one life

  4. Data security and integrity

  5. Efficient viewing and processing


54
New cards

POST MEDICAL: IMAGE PROCESSING

  • Advanced techniques applied to medical images after they have been acquired, preprocessed, and coded-decoded

  • This aims to enhance the information extracted from the images for more accurate diagnosis, treatment planning, and monitoring

  • Post-processing deals with analyzing, quantifying, and interpreting the anatomical or functional data within the images



55
New cards

COMPONENTS OF POST MEDICAL IMAGE PROCESSING

  1. IMAGE SEGMENTATION

  2. IMAGE REGISTRATION

  3. FEATURE EXTRACTION 

  4. CONTRAST ENHANCEMENT

  5. 3D RECONSTRUCTION AND VISUALIZATION

  6. IMAGE FUSION

  7. QUANTITATIVE ANALYSIS

  8. COMPUTER-AIDED DETECTION/DIAGNOSIS (CAD)

  9. IMAGE ANNOTATION AND REPORTING


56
New cards
  1. IMAGE SEGMENTATION


  • Isolate and identifies the specific anatomical structures origin of interest (tumors, organs, blood vessels)

  • Algorithms divide the image into parts based on pixel intensity, shape, or texture

  • This helps measure volume, shape and location of abnormalities



57
New cards
  1. IMAGE REGISTRATION



  • It aligns multiple images from different time points or modalities (like CT scan and MR) for compression

  • Geometric transformations: it is a mathematical operation used to align two or more medical images so they can be compared or combine accurately


58
New cards
  1. FEATURE EXTRACTION


  • If the attack and quantifies specific characteristics such as (edges, texture, intensity) from segmented areas

  • ___________ is the process of identifying and isolating, specific meaningful patterns or characteristics from medical images that are useful for diagnosis, analysis or further computational processing

  • It works by having mathematical algorithms image regions to obtain meaningful data



59
New cards
  1. CONTRAST ENHANCEMENT


  • increases the difference between light and dark regions, marking a subtle structures more visible

  • It helps read different differentiate between healthy and abnormal tissues, especially in images like CT scans, MRIs or x-rays where slight differences can be diagnostically important



60
New cards
  1. 3-D RECONSTRUCTION AND VISUALIZATION


  • It creates 3-D models of the body structures from 2-D image slices such as CT scan or MRI

  • It improves understanding of complex anatomy, surgical planning, and patient communication



61
New cards
  1. IMAGE FUSION


  • it combines images from different modalities, such as PET with CT into one composite image

  • Enhanced diagnostic diagnosis by showing both structure and metabolic activity

  • It works by overlaying anatomical and functional information for a comprehensive view



62
New cards
  1. QUANTITATIVE ANALYSIS


  • converts image features into measurable data such as (rumor size, and blood flow rate) using algorithms to extract numerical values from images

  • It support objective diagnosis and treatment monitoring


63
New cards

8. COMPUTER AIDED DETECTION/DIAGNOSIS (CAD)

  • It assist the radiologist by automatically Identifying the potential abnormalities

  • AI and machine learning analyze images to highlight suspicious areas

  • It increases diagnostic accuracy and reduces the oversight and sped up interpretation



64
New cards

9. IMAGE ANNOTATION, AND REPORT REPORTING

  • ________ is a process of adding text to an image


  • A radiologist marks the area of interest and inputs notes using specialized software


65
New cards

BENIFIT

It enhances communication with other clinicians and maintains comprehensive medical records

66
New cards

BASIC ORDER OF OPERATIONS

  1. IMAGE ACQUISITION

  2. PRE-PROCESSING

  3. IMAGE ENCODING

  4. TRANSMISSION TO PACS

  5. IMAGE DECODING

  6. POST-PROCESSING


67
New cards

IMAGE ACQUISITION

The image is captured using a modality like CT, MRI or X-ray

68
New cards

PRE-PROCESSING

Preparing raw medical images for further analysis by improving their quality and making them easier to interpret

69
New cards

IMAGE ENCODING

before transmission or storage in PACS the images may be encoded (compressed) using standards like JPEG 2000 or run-length encoding bandwidth is a concern

70
New cards

TRANSMISSION TO PACS

The encoded image is sent over the network to PACS

71
New cards

IMAGE DECODING

Once received, the images is decoded (decompressed) so it can be displayed and processed properly

72
New cards

POST-PROCESSING

This includes contrast enhancement, zooming, edge sharpening, 3D reconstruction, filtering or other visualization tool to aid diagnosis

73
New cards

FILTERING AS PRE-PROCESSING

→ it is used to prepare the image for storage, analysis, or diagnosis

GOAL: To improve raw image quality by removing unwanted noise or artifacts

Examples:
→ Gaussian Filter - To smooth out random noise

→ Median filter - To remove salt-and-pepper noise

74
New cards

FILTERING AS POST-PROCESSING

→ GOAL: To enhance the visibility of features for better diagnosis


Examples:
→ Edge-Enhancement to make structures clearer
→ High-pass or sharpening filters to bring out fine details

75
New cards
76
New cards
77
New cards