Skip to content
Snippets Groups Projects
Commit 7d433ca7 authored by Julien Malik's avatar Julien Malik
Browse files

DOC: fix bug in latex generated doc

parent 30857634
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,9 @@ private:
SetParameterDescription("grid.in","The resampling grid");
AddParameter(ParameterType_Choice, "grid.type", "Grid Type");
SetParameterDescription("grid.type","Allows to choose between two grid types");
AddChoice("grid.type.def","Deformation grid: G(x_out,y_out) = (x_in-x_out, y_in-y_out)");
AddChoice("grid.type.def","Deformation grid: $G(x_out,y_out) = (x_in-x_out, y_in-y_out)$");
SetParameterDescription("grid.type.def","A deformation grid contains at each grid position the offset to apply to this position in order to get to the corresponding point in the input image to resample");
AddChoice("grid.type.loc","Localisation grid: G(x_out,y_out) = (x_in, y_in)");
AddChoice("grid.type.loc","Localisation grid: $G(x_out,y_out) = (x_in, y_in)$");
SetParameterDescription("grid.type.loc","A localisation grid contains at each grid position the corresponding position in the input image to resample");
......
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