Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
209
Issues
209
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
41b0cf22
Commit
41b0cf22
authored
Feb 26, 2019
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: code review
!395
parent
70bf3d44
Pipeline
#301
passed with stage
in 27 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Examples/BasicFilters/BandMathFilterExample.cxx
Examples/BasicFilters/BandMathFilterExample.cxx
+1
-1
No files found.
Examples/BasicFilters/BandMathFilterExample.cxx
View file @
41b0cf22
...
...
@@ -125,7 +125,7 @@ int main(int argc, char* argv[])
filter
->
SetExpression
(
"if((b4-b3)/(b4+b3) > 0.4, 255, 0)"
);
#endif
// We can now
plug the pipeline and run it.
// We can now
run the pipeline
writer
->
Update
();
// The muParser library also provides the possibility to extend existing built-in functions. For example,
...
...
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