NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Enumerations | Functions | Variables
niftkDeformationFieldTargetRegistrationError.cxx File Reference
Include dependency graph for niftkDeformationFieldTargetRegistrationError.cxx:

Enumerations

enum  {
  O_DEBUG = 0, O_VERBOSE, O_MASK_VALUE, O_MASK,
  O_OUTPUT_IMAGE, O_DEFORMATION_1, O_DEFORMATION_2
}
 

Functions

int main (int argc, char **argv)
 

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_DEBUG 
O_VERBOSE 
O_MASK_VALUE 
O_MASK 
O_OUTPUT_IMAGE 
O_DEFORMATION_1 
O_DEFORMATION_2 

Function Documentation

int main ( int  argc,
char **  argv 
)

Variable Documentation

Initial value:
= {
{OPT_SWITCH, "dbg", 0, "Output debugging information."},
{OPT_SWITCH, "v", 0, "Verbose output during execution."},
{OPT_INT, "mvalue", "value", "The mask intensity used to determine the region of interest."},
{OPT_STRING, "mask", "filename", "Calculate error only over mask region."},
{OPT_STRING, "oi", "filename", "Output an image of the error at each voxel."},
{OPT_STRING|OPT_LONELY|OPT_REQ, NULL, "filename", "Input deformation field 1."},
{OPT_STRING|OPT_LONELY|OPT_REQ, NULL, "filename", "Input deformation field 2."},
{OPT_DONE, NULL, NULL,
"Calculates the error between two deformation fields which act in the same direction. "
"Error calculated at voxel positions of mask or deformation field 1."
}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_REQ
Option is always required.
Definition: niftkCommandLineParser.h:116
#define OPT_LONELY
Parameter doesn't have key.
Definition: niftkCommandLineParser.h:115
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_SWITCH
Option is boolean switch.
Definition: niftkCommandLineParser.h:86
#define OPT_INT
Option takes one integer.
Definition: niftkCommandLineParser.h:87