diff --git a/app/otbClassificationMapMosaic.cxx b/app/otbClassificationMapMosaic.cxx index b25ed47a71c561762c1f4363040262666a1d8cdb..0c47d9f86a09e2972038f1f5087d289c4614b7d7 100644 --- a/app/otbClassificationMapMosaic.cxx +++ b/app/otbClassificationMapMosaic.cxx @@ -60,6 +60,8 @@ public: SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input AddParameter(ParameterType_InputImageList, "il", "Input classification maps"); diff --git a/app/otbHarmonizer.cxx b/app/otbHarmonizer.cxx index 75da8c862e48d1acdaac09985336b4db6c0da947..8bfc7a34f3e32898b62dc94a99cd4f363fe121f4 100644 --- a/app/otbHarmonizer.cxx +++ b/app/otbHarmonizer.cxx @@ -272,7 +272,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); - AddDocTag(Tags::Geometry); + AddDocTag(Tags::Calibration); + AddDocTag("Harmonization"); AddParameter(ParameterType_InputImage, "inr", "Reference input");