Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cresson Remi
Machine Learning Utils for OTB
Commits
f5b939f8
Commit
f5b939f8
authored
Jun 18, 2019
by
Cresson Remi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: add doc tag
parent
573d9f6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/otbClassificationMapMosaic.cxx
app/otbClassificationMapMosaic.cxx
+2
-0
app/otbHarmonizer.cxx
app/otbHarmonizer.cxx
+2
-1
No files found.
app/otbClassificationMapMosaic.cxx
View file @
f5b939f8
...
...
@@ -60,6 +60,8 @@ public:
SetDocAuthors
(
"Remi Cresson"
);
AddDocTag
(
Tags
::
Learning
);
// Input
AddParameter
(
ParameterType_InputImageList
,
"il"
,
"Input classification maps"
);
...
...
app/otbHarmonizer.cxx
View file @
f5b939f8
...
...
@@ -272,7 +272,8 @@ private:
SetDocAuthors
(
"Remi Cresson"
);
SetDocSeeAlso
(
" "
);
AddDocTag
(
Tags
::
Geometry
);
AddDocTag
(
Tags
::
Calibration
);
AddDocTag
(
"Harmonization"
);
AddParameter
(
ParameterType_InputImage
,
"inr"
,
"Reference input"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment