MCPcopy Create free account
hub / github.com/SuperElastix/elastix / GetHelpString

Function GetHelpString

Testing/elxTransformParametersCompare.cxx:39–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 */
38
39std::string
40GetHelpString()
41{
42 return "Usage:\n"
43 "elxTransformParametersCompare\n"
44 " -test transform parameters file to test against baseline\n"
45 " -base baseline transform parameters filename\n"
46 " [-mask] mask image, only supported for the B-spline\n"
47 //<< " [-t] intensity difference threshold, default 0\n"
48 " [-a] allowable tolerance (), default 1e-6\n"
49 "Computes (test - base) / base.";
50
51} // end GetHelpString()
52
53
54// This comparison works on all image types by reading images

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected