TubeTK/Design Discussions: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: == Pre-processing == == Data structures == == Tube extraction == === Andinet: 2010.01.15 === # Tracking-based, ridge-based, centerline detection approaches # Tube-model ( Vessleness ...)
 
Line 12: Line 12:
# Deformable model based approaches such as explicit/parametric models ( Active contours etc... ) and implicit/geometric models  ( Level set )
# Deformable model based approaches such as explicit/parametric models ( Active contours etc... ) and implicit/geometric models  ( Level set )
# Other Hybrid techniques ( Stephen's algorithm ( tracking + ridge-based ), Vesselness+Diffusion etc )
# Other Hybrid techniques ( Stephen's algorithm ( tracking + ridge-based ), Vesselness+Diffusion etc )
=== Papers ===
* "A VTK-based, CUDA-optimized Non-Parametric Vessel Detection Method"
** http://www.midasjournal.org/browse/publication/710

Revision as of 23:26, 27 January 2010

Pre-processing

Data structures

Tube extraction

Andinet: 2010.01.15

  1. Tracking-based, ridge-based, centerline detection approaches
  2. Tube-model ( Vessleness approach )
  3. Deformable model based approaches such as explicit/parametric models ( Active contours etc... ) and implicit/geometric models ( Level set )
  4. Other Hybrid techniques ( Stephen's algorithm ( tracking + ridge-based ), Vesselness+Diffusion etc )

Papers