Skip to content
Snippets Groups Projects
Commit 7d27b411 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: fix error in documentation

parent d47e9321
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ private: ...@@ -91,7 +91,7 @@ private:
SetDefaultParameterFloat("type.gaussian.stdev", 2.0); SetDefaultParameterFloat("type.gaussian.stdev", 2.0);
AddParameter(ParameterType_Float, "type.gaussian.maxerror", "Maximum error"); AddParameter(ParameterType_Float, "type.gaussian.maxerror", "Maximum error");
SetParameterDescription("type.gaussian.stdev", "The algorithm will size the discrete kernel so that the error " SetParameterDescription("type.gaussian.maxerror", "The algorithm will size the discrete kernel so that the error "
"resulting from truncation of the kernel is no greater than maxerror."); "resulting from truncation of the kernel is no greater than maxerror.");
SetDefaultParameterFloat("type.gaussian.maxerror", 0.01); SetDefaultParameterFloat("type.gaussian.maxerror", 0.01);
......
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