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
aed7fee7
Commit
aed7fee7
authored
13 years ago
by
Jonathan Guinet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Split application doc update.
parent
b9808e69
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/Util/otbSplitImage.cxx
+12
-2
12 additions, 2 deletions
Applications/Util/otbSplitImage.cxx
with
12 additions
and
2 deletions
Applications/Util/otbSplitImage.cxx
+
12
−
2
View file @
aed7fee7
...
@@ -52,15 +52,25 @@ private:
...
@@ -52,15 +52,25 @@ private:
{
{
SetName
(
"SplitImage"
);
SetName
(
"SplitImage"
);
SetDescription
(
"Split a N multiband image into N images"
);
SetDescription
(
"Split a N multiband image into N images"
);
SetDocName
(
"Split Image Application"
);
SetDocLongDescription
(
"This application splits a N multiband image into N images."
);
SetDocLimitations
(
"None"
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
" "
);
SetDocCLExample
(
"otbApplicationLauncherCommandLine SplitImage ${OTB-BIN}/bin"
" --in ${OTB-DATA}/Input/poupees_sub.png --out splittedImage.tif"
);
AddDocTag
(
"Image Manipulation"
);
}
}
void
DoCreateParameters
()
void
DoCreateParameters
()
{
{
AddParameter
(
ParameterType_InputImage
,
"in"
,
"Input Image"
);
AddParameter
(
ParameterType_InputImage
,
"in"
,
"Input Image"
);
SetParameterDescription
(
"in"
,
"Input image filename."
);
AddParameter
(
ParameterType_Filename
,
"out"
,
"Output Image"
);
AddParameter
(
ParameterType_Filename
,
"out"
,
"Output Image"
);
SetParameterDescription
(
"out"
,
SetParameterDescription
(
"out"
,
"
w
ill be used to get the prefix and the extension of the output images to write"
);
"
W
ill be used to get the prefix and the extension of the output images to write"
);
SetParameterRole
(
"out"
,
Role_Output
);
SetParameterRole
(
"out"
,
Role_Output
);
}
}
...
...
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