SetDescription("Resample an image with a rigid transform");
// Documentation
SetDocName("Image resampling with a rigid transform");
SetDocLongDescription("This application performs an translation on the input image.\n Parameters of the translation can be set with tx and ty options.");
SetDocLongDescription("This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled."
" Parameters of the transform are expressed in physical units, thus particular attention must be paid on pixel size (value, and sign).");