VisionX V4VLCTOVKCVisionX V4
NAME

vlctovkc - VTK color file converter

SYNOPSIS

vlctovkc [if=] [ig=] [of=] [-v]

DESCRIPTION

vlctovkc takes a CSV label color table file (.vlc) and converts it into a VTK color table file (.vkc). Each line in a CSV color table file should specify "label, R, G, B, and opacity". The label is the organ name as defined in vchest organ definition, and R, G, and B assigns a color to each organ (in 0-255 scale). The opacity should be specified in 0.0-1.0 scale.

The program will output a v3view compatible color table file to be used with the VTK render engine. The resulting VTK color table file will have the label code as defined in vlmap label definition and the color scale converted to 0.0-1.0 scale.

CAVEATS

vlctovkc does not understand label groups, so each label has to be specified explicitly.

OPTIONS

if=

input CSV label color table configuration file (.vlc)

of=

output VTK color file (.vkc)

-v

verbose mode

SEE ALSO

vlmap, vcmod, v3view

AUTHOR

Jaesung Lee