Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
6d940ebb
Commit
6d940ebb
authored
12 years ago
by
Aurélien Bricier
Browse files
Options
Downloads
Patches
Plain Diff
ENH: improved doc
parent
bf954309
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/RadiometricIndices/otbRadiometricIndices.cxx
+20
-3
20 additions, 3 deletions
Applications/RadiometricIndices/otbRadiometricIndices.cxx
with
20 additions
and
3 deletions
Applications/RadiometricIndices/otbRadiometricIndices.cxx
+
20
−
3
View file @
6d940ebb
...
...
@@ -175,10 +175,27 @@ private:
//SetParameterDescription("channels.rho1240", "1240nm band channel index");
//SetDefaultParameterInt("channels.rho1240", 1);
//AddParameter(ParameterType_Group, "index", "Indices selection");
AddParameter
(
ParameterType_ListView
,
"list"
,
"Available Radiometric Indices"
);
SetParameterDescription
(
"list"
,
"List of available radiometric indices."
);
SetParameterDescription
(
"list"
,
"List of available radiometric indices.\
Vegetation:NDVI - Normalized difference vegetation index\
Vegetation:TNDVI - Transformed normalized difference vegetation index\
Vegetation:RVI - Ratio vegetation index\
Vegetation:SAVI - Soil adjusted vegetation index\
Vegetation:TSAVI - Transformed soil adjusted vegetation index\
Vegetation:MSAVI - Modified soil adjusted vegetation index\
Vegetation:MSAVI2 - Modified soil adjusted vegetation index 2\
Vegetation:GEMI - Global environment monitoring index\
Vegetation:IPVI - Infrared percentage vegetation index\
Water:NDWI - Normalized difference water index (Gao 1996)\
Water:NDWI2 - Normalized difference water index (Mc Feeters 1996)\
Water:MNDWI - Modified normalized difference water index (Xu 2006)\
Water:NDPI - Normalized difference pond index (Lacaux & al)\
Water:NDTI - Normalized difference turbidity index (Lacaux & al)\
Water:SRWI - Simple ratio water index\
Soil:RI - Redness index\
Soil:CI - Color index\
Soil:BI - Brightness index\
Soil:BI2 - Brightness index 2"
);
// Doc example parameter settings
SetDocExampleParameterValue
(
"in"
,
"qb_RoadExtract.tif"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment