imgmatch 1.1.2 © 2006-2013 by Turku PET Centre
Program for checking if two PET images are equal.
Returns 0 if files match and a nonzero value otherwise.
ECAT 6.3 and 7, NIfTI-1, Analyze 7.5 and microPET formats are (partially)
supported.
Program is meant mainly for testing purposes.
Usage:
imgmatch [Options] <Image1> <Image2>
Options:
-header=<y|N>
All values in the headers (excluding transformation parameters)
are required to match (y) or not tested (n, default).
-transform=<y|N>
Transformation parameters in the headers are required to match (y),
or not tested (n, default).
-planes=<Y|n>
Planes numbers are required to match (y, default) or not tested (n).
-frames=<Y|n>
Frame times are required to match (y, default) or not tested (n).
-abs=<value>
Absolute result differences must not exceed the specified limit value;
by default no difference is allowed.
-roughly
Pixel values are required to match roughly (99.9%), not exactly.
-around
Pixel values are required to be around the same (90%), not exactly.
-h or --help
Print this message and exit.
--version or --build
Print software build information and exit.
--silent
Program works silently, printing only error and warning messages.
--verbose
Program prints more information about what it is doing.
Image1 and image2 must be in the same format, and they must have same
matrix size and plane numbers.
See also:
dftmatch,
resmatch,
ecatcalc,
ecatunit,
ecatmax,
ecat2tif
Keywords: Image, ECAT, Analyze, tools, software testing
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.