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
Julien Cabieces
otb
Commits
ad1fa0ab
Commit
ad1fa0ab
authored
4 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update documentation of the OTBImageList and OTBObjectList modules
parent
62715130
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Core/ImageList/otb-module.cmake
+2
-2
2 additions, 2 deletions
Modules/Core/ImageList/otb-module.cmake
Modules/Core/ObjectList/otb-module.cmake
+1
-3
1 addition, 3 deletions
Modules/Core/ObjectList/otb-module.cmake
with
3 additions
and
5 deletions
Modules/Core/ImageList/otb-module.cmake
+
2
−
2
View file @
ad1fa0ab
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
# limitations under the License.
# limitations under the License.
#
#
set
(
DOCUMENTATION
"This module contains classes that allow manipulating an
set
(
DOCUMENTATION
"This module contains classes that allow manipulating an
ITK/OTB object list
with the appropriate formalism. For instance, it is possible to
list of images
with the appropriate formalism. For instance, it is possible to
apply a given scalar image filter to a list of images. or to produce an output
apply a given scalar image filter to a list of images. or to produce an output
corresponding to the elements selected from an image list. and so on."
)
corresponding to the elements selected from an image list. and so on."
)
...
...
This diff is collapsed.
Click to expand it.
Modules/Core/ObjectList/otb-module.cmake
+
1
−
3
View file @
ad1fa0ab
...
@@ -19,9 +19,7 @@
...
@@ -19,9 +19,7 @@
#
#
set
(
DOCUMENTATION
"This module contains classes that allow manipulating an
set
(
DOCUMENTATION
"This module contains classes that allow manipulating an
ITK/OTB object list with the appropriate formalism. For instance, it is possible to
ITK/OTB object list with the appropriate formalism."
)
apply a given scalar image filter to a list of images. or to produce an output
corresponding to the elements selected from an image list. and so on."
)
otb_module
(
OTBObjectList
otb_module
(
OTBObjectList
DEPENDS
DEPENDS
...
...
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