NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
regMisRegister.sh

(Note: This page is automatically generated. Please do not attempt to edit it!)

This script will mis-register an image by a known amount, using the ITK++ package.

Usage: /scratch0/NOT_BACKED_UP/clarkson/auto/src/niftk-nightly-release/NifTK-build/bin/regMisRegister.sh image output [options ]

Mandatory Arguments:
 
  image                 : input image, without an .img or .hdr extension.
  output                : output image, without an .img or .hdr extension.
  
Options:

  -rin                  : region input file
  -rout                 : region output file
  -tx                   : x translation in mm [default 0]
  -ty                   : y translation in mm [default 0]
  -tz                   : z translation in mm [default 0]
  -rx                   : x rotation in degrees [ default 0 ]
  -ry                   : y rotation in degrees [ default 0 ]
  -rz                   : z rotation in degrees [ default 0 ]
  -sx                   : x scale factor        [ default 1 ]
  -sy                   : y scale factor        [ default 1 ]
  -sz                   : z scale factor        [ default 1 ]
  -linear               : Linear interpolation
  -bspline              : bspline interpolation
  -cspline              : spline interpolation
  -sinc                 : sinc interpolation