VSAIRW

VisionX V4
NAME

vsairw - segment the trachea and airways

SYNOPSIS

vsairw if=<input> of=<output> [og=<v3d>] [sp=<seed>] [-nmf] [-v] [-d] [-w]

DESCRIPTION

vsairw segments the airway lumen area from the whole lung CT scan. It first locates a trachea seed point (vtseed) from the downsampled intensity image (vdown) and a seed intensity threshold. The seed intensity threshold is elevated by 50HU for airway segmentation. Then the intensity image is filtered (median 3x3x1). Finally, the segmentation algorithm (vairseg) takes in the filtered intensity image, the elevated threshold and the trachea seed point and performs airway tree segmentation and carina detection.

In case of an invalid segmentation (vairseg error or volume > 2000000mm^3 or volume < 5000mm^3 or carina not detected or main bronchi not segmented), two additional attemps are allowed with a new threshold (seed threshold + 100 and +150). If still unsuccessful, program reports an error and exits.

A small closing (s=3) is performed on the segmentation outcome. Then based on the detected carina location, trachea and bronchi are labeled.

CONSTRAINT

Input must be a short image of a whole-lung CT scan.

OPTIONS

if=

input whole lung CT scan

of=

output map of trachea and bronchi

og=

output polygon image of airway tree

sp=

coordinate of the seed point (x,y,z)

-nmf

no median filtering on intensity image

-v

verbose mode

-w

wish format

SEE ALSO

vairseg(1)

AUTHOR

J. Lee