Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 884 Bytes

Airway Segmenter

Airway Segmenter is a small executable aimed for segmenting the airway of a CT image. It is built to be used within Slicer but can also be used as a stand-alone command-line executable.

Dependencies

Required

Options

Build options

ITK necessary build options

ITK must be built with at least the following options: Module_ITKReview = True Module_ITKVtkGlue = True #For ITK/VTK compatibility (cf. http://www.itk.org/Wiki/ITK/FAQ#Do_I_need_VTK_to_build_ITK_.3F)

VTK necessary build options

VTK must be built with at least the following options: USE_ANSI_STDLIB = True #For VTK/ITK compatibility