TubeTK/Documentation/ImageCompareCommand

From KitwarePublic
< TubeTK‎ | Documentation
Revision as of 18:50, 7 January 2015 by Christopher.mullins (talk | contribs) (Created page with " Description: Short description. USAGE: ./ImageCompareCommand [--returnparameterfile <std::string>] [--processinformationaddress <std::strin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  Description: Short description.

USAGE:

  ./ImageCompareCommand  [--returnparameterfile <std::string>]
                         [--processinformationaddress <std::string>]
                         [--xml] [--echo] [-c <double>] [-n <int>] [-r
                         <int>] [-i <double>] [-o <std::string>] [-b
                         <std::vector<std::string>>] ...  [-t
                         <std::string>] [--] [--version] [-h]


Where:

  --returnparameterfile <std::string>
    Filename in which to write simple return parameters (int, float,
    int-vector, etc.) as opposed to bulk return parameters (image,
    geometry, transform, measurement, table).
  --processinformationaddress <std::string>
    Address of a structure to store process information (progress, abort,
    etc.). (default: 0)
  --xml
    Produce xml description of command line arguments (default: 0)
  --echo
    Echo the command line arguments (default: 0)
  -c <double>,  --toleranceCoordinates <double>
    Acceptable differences image origin/spacing. (default: 1e-06)
  -n <int>,  --toleranceNumberOfPixels <int>
    Number of Pixels that are acceptable to have intensity differences.
    (default: 0)
  -r <int>,  --toleranceRadius <int>
    Neighbor pixels to look for similar values. (default: 0)
  -i <double>,  --toleranceIntensity <double>
    Acceptable differences in pixels intensity. (default: 0)
  -o <std::string>,  --outputImage <std::string>
    Output difference image filename.
  -b <std::vector<std::string>>,  --baselineImages
     <std::vector<std::string>>  (accepted multiple times)
    Baseline images filename
  -t <std::string>,  --testImage <std::string>
    Filename of the image to be tested against the baseline images
  --,  --ignore_rest
    Ignores the rest of the labeled arguments following this flag.
  --version
    Displays version information and exits.
  -h,  --help
    Displays usage information and exits.
  Author(s): Stephen R. Aylward, Roland Kwitt (Kitware)
  Acknowledgements: This work is part of the TubeTK project at Kitware.