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

DOC: enhance ssfactor short description

parent 1f9aa922
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ private: ...@@ -404,7 +404,7 @@ private:
SetDefaultParameterInt("step",16); SetDefaultParameterInt("step",16);
MandatoryOff("step"); MandatoryOff("step");
AddParameter(ParameterType_Int, "ssfactor", "Sub-sampling rate for inversion"); AddParameter(ParameterType_Int, "ssfactor", "Sub-sampling rate for epipolar grid inversion");
SetParameterDescription("ssfactor","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert."); SetParameterDescription("ssfactor","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.");
SetDefaultParameterInt("ssfactor",1); SetDefaultParameterInt("ssfactor",1);
SetMinimumParameterIntValue("ssfactor",1); SetMinimumParameterIntValue("ssfactor",1);
......
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