Skip to content
Snippets Groups Projects
Commit 543c83dc authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: details on the sampling grid position

parent 5c7f75ce
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,8 @@ SetDefaultParameterInt("channel", 1);
SetMinimumParameterIntValue("channel", 1);
AddParameter(ParameterType_Int, "step", "Computation step");
SetParameterDescription("step", "Step (in pixels) to compute output texture values");
SetParameterDescription("step", "Step (in pixels) to compute output texture values."
" The first computed pixel position is shifted by (step-1)/2 in both directions.");
SetDefaultParameterInt("step", 1);
SetMinimumParameterIntValue("step", 1);
MandatoryOff("step");
......
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