| 37 | */ |
| 38 | |
| 39 | std::string |
| 40 | GetHelpString() |
| 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 |