info¶
Synopsis¶
info <file> [options]
Description¶
Prints some useful information about the given input file, which can be an image, transformation (requires MIRTK Transformation module), or point set (requires MIRTK Point Set module).
Transformation options¶
-
-attributes¶ Print attributes of transformation. (default)
-
-type-name¶ Print name of transformation type.
-
-type-id¶ Print enum of transformation type.
Point set options¶
-
-point<id>...¶ Print info of points with the given zero-based indices.
-
-cell-types¶ Report cell types and how many of each. (default: off)
-
-bounds¶ Report point set bounds and center point. (default: off)
-
-edgelength¶ Report edge length statistics. (default: off)
-
-self-intersections¶ Check for self-intersections. (default: off)
-
-area¶ Display surface area information
-
-output-surface<file>¶ Write surface mesh to specified file. (default: none)
Standard options¶
-
-v,-verbose[n]¶ Increase/Set verbosity of output messages. (default: 0)
-
-debug[level]¶ Increase/Set debug level for output of intermediate results. (default: 0)
-
-version[major.minor]¶ Print version and exit or set version to emulate.
-
-revision¶ Print revision (or version) number only and exit.
-
-h,-help¶ Print help and exit.