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
dcf908d7
Commit
dcf908d7
authored
13 years ago
by
Jonathan Guinet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: ColorMapping application doc update.
parent
e55c0ec5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/Utils/otbColorMapping.cxx
+4
-4
4 additions, 4 deletions
Applications/Utils/otbColorMapping.cxx
with
4 additions
and
4 deletions
Applications/Utils/otbColorMapping.cxx
+
4
−
4
View file @
dcf908d7
...
...
@@ -388,17 +388,17 @@ private:
SetDocName
(
"Color Mapping"
);
SetDocLongDescription
(
"This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
\n
"
"-The custom method allows to use a custom look-up table. The look-up table is loaded "
"
-The custom method allows to use a custom look-up table. The look-up table is loaded "
"from a text file where each line describes an entry. The typical use of this method is to colorise a "
"classification map.
\n
-The continuous method allows to map a range of values in a scalar input image "
"classification map.
\n
-The continuous method allows to map a range of values in a scalar input image "
"to a colored image using continuous look-up table, in order to enhance image interpretation. Several "
"look-up tables can been chosen with different color ranges.
\n
-The optimal method computes an optimal "
"look-up table. When processing a segmentation label image (label to color), the color difference between"
" adjacent segmented regions is maximised. When processing an unknown color image (color to label), all "
"the present colors are mapped to a continuous label list.
\n
-
The support image method uses a color support "
"the present colors are mapped to a continuous label list.
\n
-
The support image method uses a color support "
"image to associate an average color to each region."
);
SetDocLimitations
(
"The segmentation optimal method does not support streaming, and thus large images. The operation color->label "
"is not implemented for the methods continuous LUT and support image LUT"
);
"is not implemented for the methods continuous LUT and support image LUT
.
\n
ColorMapping uisng support image is not threaded.
"
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
"ImageSVMClassifier application"
);
AddDocTag
(
Tags
::
Learning
);
...
...
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