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
Container Registry
Model registry
Operate
Environments
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
Sébastien Peillet
otb
Commits
87a88b35
Commit
87a88b35
authored
7 years ago
by
Marina Bertolino
Browse files
Options
Downloads
Patches
Plain Diff
DOC: modify documentation in Convert app
parent
ec175c9b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/Applications/AppImageUtils/app/otbConvert.cxx
+4
-4
4 additions, 4 deletions
Modules/Applications/AppImageUtils/app/otbConvert.cxx
with
4 additions
and
4 deletions
Modules/Applications/AppImageUtils/app/otbConvert.cxx
+
4
−
4
View file @
87a88b35
...
@@ -91,16 +91,16 @@ private:
...
@@ -91,16 +91,16 @@ private:
// Documentation
// Documentation
SetDocName
(
"Image Conversion"
);
SetDocName
(
"Image Conversion"
);
SetDocLongDescription
(
"This application performs an image pixel type conversion "
SetDocLongDescription
(
"This application performs an image pixel type conversion "
"
(short, ushort, uchar, int, uint, float and double types are handled). "
"(short, ushort, uchar, int, uint, float and double types are handled). "
"The output image is written in the specified format (ie. that corresponds "
"The output image is written in the specified format (ie. that corresponds "
"to the given extension).
\n
The conversion can include a rescale of the data range, "
"to the given extension).
\n
The conversion can include a rescale of the data range, "
"by default it's set from 2% to 98% of the data values. The rescale can be linear or log2.
\n
"
"by default it's set from 2% to 98% of the data values. The rescale can be linear or log2.
\n
"
"The choice of the output channels can be done with the extended filename, "
"The choice of the output channels can be done with the extended filename, "
"but less easy to handle. To do this, a 'channels' parameter allows you to select "
"but less easy to handle. To do this, a 'channels' parameter allows you to select "
"the desired bands at the output. There are 3 modes, the available choices are:
\n
"
"the desired bands at the output. There are 3 modes, the available choices are:
\n
"
" * grayscale : to display mono image as standard color image
.
\n
"
" * grayscale : to display mono image as standard color image
\n
"
" * rgb : select 3 bands in the input image (multi-bands)
.
\n
"
" * rgb : select 3 bands in the input image (multi-bands)
\n
"
" * all : keep all bands.
\n
"
);
" * all : keep all bands."
);
SetDocLimitations
(
"None"
);
SetDocLimitations
(
"None"
);
SetDocAuthors
(
"OTB-Team"
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
"Rescale"
);
SetDocSeeAlso
(
"Rescale"
);
...
...
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