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
bd43a33f
Commit
bd43a33f
authored
14 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Typos
parent
6d67324e
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
Code/BasicFilters/otbNaryParserImageFilter.h
+6
-6
6 additions, 6 deletions
Code/BasicFilters/otbNaryParserImageFilter.h
with
6 additions
and
6 deletions
Code/BasicFilters/otbNaryParserImageFilter.h
+
6
−
6
View file @
bd43a33f
...
...
@@ -34,22 +34,22 @@ namespace otb
* \brief Performs a mathematical operation on the input images
* according to the formula specified by the user.
*
* This filter is based on the math parser library muParser.
* The built in function and operator list is available at:
* This filter is based on the math
ematical
parser library muParser.
* The built in function
s
and operator
s
list is available at:
* http://muparser.sourceforge.net/mup_features.html#idDef2
*
* OTB
specific
additional functions
:
* OTB additional functions
:
* ndvi(r, niri)
*
* OTB
specific
additional contants
:
* OTB additional contants:
* e - log2e - log10e - ln2 - ln10 - pi - euler
*
* In order to use this filter, at least one input image is to be
* set. A associated variable name can be sp
é
cified or not by using
* set. A
n
associated variable name can be sp
e
cified or not by using
* the corresponding SetNthInput method. For the nth input image, if
* no associated variable name has been spefified, a default variable
* name is given by concatenating the letter "b" (for band) and the
* coresponding
n
.
* coresponding
input index
.
* Next step is to set the expression according to the variable
* names. For example, in the default case with three input images the
* following expression is valid :
...
...
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