GlobalToolkitOptions(thesearesharedbyallCMTKtools)--help
Write list of basic command line options to standard output.
--help-all
Write complete list of basic and advanced command line options to standard output.
--wiki
Write list of command line options to standard output in MediaWiki markup.
--man
Write man page source in 'nroff' markup to standard output.
--version
Write toolkit version to standard output.
--echo
Write the current command line to standard output.
--verbose-level<integer>
Set verbosity level.
--verbose, -v
Increment verbosity level by 1 (deprecated; supported for backward compatibility).
--threads<integer>
Set maximum number of parallel threads (for POSIX threads and OpenMP).
InputOptions--normalize-densities<double>
Optional normalization factor for density images. Typically, the values in the density images should
be in the range 0..1, but often such images are scaled to different ranges to accomodate storage as
integers. If, for example, densities are stored as values 0..255, set this paramater to 255.
[Default:1]--labels-file<string>
If provided, this text file contains names for all labels in the regions image. These names are then
used to label the rows of the CSV output. [Default:NONE]CorrectionOptions--pixel-scale-factor<double>
If provided, this global scale factor is applied to all pixel volumes to compensate for deviations
between world and image scale. [Default:1]--pixel-scale-image<image-path>
If provided, this volume contains scale factors for the volume of each pixel. This is typically the
Jacobian determinant map of a spatial unwarping deformation. [Default:NONE]OutputOptions--density-labels<string>
This option can be used to provide labels for the density maps, which are used as column labels in
the output. Labels must be separated by commas and must not contain any unescaped spaces. [Default:NONE]--output<string>, -o<string>
If provided, program output is written to this file. If not provided, output is written to the
STDOUT stream. [Default:NONE]