Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
c8597e6a
Commit
c8597e6a
authored
Mar 24, 2020
by
Cédric Traizet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: fix example parameter values in PantexTextureExtraction
parent
ce45e212
Pipeline
#4059
passed with stages
in 70 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
...plications/AppTextures/app/otbPantexTextureExtraction.cxx
+2
-2
No files found.
Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
View file @
c8597e6a
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment