Lab 1 - DSA
Lab 1 - DSA
Lab 1:
Digital Subtraction
Angiography (DSA)
Le Nhat Tan MEng.
Department of Biomedical Engineering
Faculty of Applied Science
HCMUT - VNUHCM
[email protected]
1
Content
1. Review
2. Subtraction Angiography 1:
General Algorithm
3. Subtraction Angiography 2:
with Image Registration
2
1. Review
1.1. What is DSA? (1)
Digital Subtraction Angiography
- Digital Imaging: convert light from Image reconstruction method Medical Imaging technique used to
fluoroscopy into electronic signals. removing or "subtracting" the visualize the inside of blood vessels
Image reconstruction through background structures (such as (arteries, veins, and capillaries)
software. bones, muscles, and soft tissues)
- Storage and Accessibility: from the images, leaving only the
computer systems or networks blood vessels for clearer visualization.
3
1. Review
1.1. What is DSA? (2)
[1] Ryo Morita et al, Radiology Case Report 17 (10), 2022. Fig 3: Straighten a tortuous right renal artery 5
1. Review
1.2. Principle (1)
Fluoroscopy
real-time imaging
continuous or
pulsed X-ray beam
flat-panel detectors
directly convert the X-rays into electronic signals
Pre-contrast-
injection image
Post-contrast-
Patient positioning injection image
Contrast injection 8
[5] Marcel Almendarez et at, JACC: Cardiovascular Interventions vol.12, 19, 2019
Catheter Insertion
2. Subtraction Angiography
2.1. Materials
• Histogram Equalization is a
technique in image
processing used to improve
the contrast of an image.
14
3. Subtraction Angiography 2
3.2. Algorithm
1. Load Mask and Live Images into grayscales images.
2. Convert images into numpy array
3. Perform Image Registration
4. Perform the subtraction
5. Normalization the result image.
6. Convert the results into integer format.
7. Visualization
15