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

DOC: fix example parameter values in PantexTextureExtraction

parent ce45e212
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,8 @@ private:
// Doc example parameter settings
SetDocExampleParameterValue("in", "qb_RoadExtract.tif");
SetDocExampleParameterValue("channel", "2");
SetDocExampleParameterValue("parameters.min", "0");
SetDocExampleParameterValue("parameters.max", "255");
SetDocExampleParameterValue("min", "0");
SetDocExampleParameterValue("max", "255");
SetDocExampleParameterValue("nbin", "8");
SetDocExampleParameterValue("srady", "4");
SetDocExampleParameterValue("sradx", "4");
......
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