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
a2143cf8
Commit
a2143cf8
authored
5 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: fix errors in the MAD application documentation
parent
2c0fb86e
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/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
+3
-5
3 additions, 5 deletions
...ChangeDetection/app/otbMultivariateAlterationDetector.cxx
with
3 additions
and
5 deletions
Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
+
3
−
5
View file @
a2143cf8
...
...
@@ -65,11 +65,9 @@ private:
" and even different bands and number of bands between images.
\n
"
"
\n
"
"The application will output all change maps into a single multiband"
" image. If numbers of bands in image 1 and 2 are equal, then change"
" maps are sorted by increasing correlation. If number of bands is"
" different, the change maps are sorted by decreasing correlation.
\n
"
" image. Change maps are sorted by increasing correlation.
\n
"
"
\n
"
"The application will also print the following information:
\n
"
"The application will also print the following information:
\n
\n
"
"- Mean1 and Mean2 which are the mean values of bands for both input"
" images,
\n
"
"- V1 and V2 which are the two linear transform that are applied to"
...
...
@@ -98,7 +96,7 @@ private:
AddParameter
(
ParameterType_InputImage
,
"in2"
,
"Input Image 2"
);
SetParameterDescription
(
"in2"
,
"Mutliband image of the scene after perturbations."
);
AddParameter
(
ParameterType_OutputImage
,
"out"
,
"Change Map"
);
SetParameterDescription
(
"out"
,
"Multiband image containing change maps.
Each map will be in the range [-1,1], so a floating point output type is advised.
"
);
SetParameterDescription
(
"out"
,
"Multiband image containing change maps."
);
AddRAMParameter
();
...
...
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