Skip to content
Snippets Groups Projects
Commit 48310d85 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Adding an example

parent 5561d70a
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,14 @@ SetParameterDescription("grid.type.def","A deformation grid contains at each gri
SetParameterString("interpolator","bco");
AddRAMParameter();
// Doc example
SetDocExampleParameterValue("io.in","ROI_IKO_PAN_LesHalles_sub.tif");
SetDocExampleParameterValue("io.out","ROI_IKO_PAN_LesHalles_sub_resampled.tif uint8");
SetDocExampleParameterValue("grid.in","ROI_IKO_PAN_LesHalles_sub_deformation_field.tif");
SetDocExampleParameterValue("out.sizex","256");
SetDocExampleParameterValue("out.sizey","256");
SetDocExampleParameterValue("grid.type","def");
}
void DoUpdateParameters()
......
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