Skip to content
Snippets Groups Projects
Commit 2cf58bd7 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WPI:rigid transform application in progress..

parent 20170770
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,15 @@ private:
{
SetName("RigidTransformResample");
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.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso("Translation application");
SetDocCLExample("otbApplicationLauncherCommandLine RigidTransformResample ${OTB-BIN}/bin --in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif --out otbConvertWithScalingOutput.png uchar --type linear");
AddDocTag("Conversion");
AddDocTag("Image Dynamic");
}
virtual ~RigidTransformResample()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment