Analysis of Tubular Structures Flashcards
1
Q
Vessel analysis chain
A
- Image Aquisition
- Preprocessing
- Segmentation
- Grqph Analysis
- Visualization
- Measurement
2
Q
Vessel Image Aquisition
A
- Imaging with contrast agent
- X-ray, CT, MRA
- Using blood flow properties (top-voxel intensity corresponds to blood velocity)
3
Q
Preprocessing - Vesselness
A
- distinguish between tubular, blob-like and plate-like Patterns
- Analysis of eigenvalues of hessian matrix
4
Q
Tube Detection
A
- Hough Transform to detect circles
5
Q
Tube Detection - Region Growing
A
- simple region growing and region growing with threshold control
- local threshold control (prevent leakages)
- shape control
6
Q
Fuzzy connectedness
A
- segmentation modeled as minimum cost path problem (Dijkstra)
7
Q
Vessel centerline detection
A
- compute cost image in which each intensity corresponds to the probability of belonging to a vessel
- determine seed points in vessel
- connect the points via shortest path
8
Q
shortest path methods
A
- greedy dijkstra: edge based, has to pass through voxel centers
- continuous approach: fast marching: high computation effort, parameterization difficult, more accurate solution can be calculated
9
Q
Template matching
A
detect centerline by moving template through local image
10
Q
Template matching
A
detect centerline by moving template through local image
11
Q
selecting the segmentation algorithm
A
- region growing?
- Watersheds or Fuzzy connectedness?
- retry both after vessel enhancement filter
- shortest path algorithm?
- vessel tracking?
- PhD?
- draw by hand
12
Q
Segmentation postprocessing
A
- clean up segmentation through opening and closing
- skeletonization for shape analysis
13
Q
Visualization of Vessel Course
A
- (projected CPR) projection in vessel bounding box determined by centerline
- (Streched CPR) Rotation of plane normal vector into the image def by vector of interest
- (Straightend CPR) Stretching of vessel through stacking of cross-sections
14
Q
Quantification
A
- Qualitive information: tree depth, branching patterns, relation to surrounding structures
- Quantitative information: vessel diameter, vessel segment length