From 043f2f3d8c451b70307b009e7f3708c4ee62cdbd Mon Sep 17 00:00:00 2001 From: remi <remi.cresson@irstea.fr> Date: Tue, 18 Jun 2019 15:00:14 +0200 Subject: [PATCH] DOC: add doc tag --- app/otbImageClassifierFromDeepFeatures.cxx | 2 ++ app/otbPatchesExtraction.cxx | 2 ++ app/otbTensorflowModelServe.cxx | 2 ++ app/otbTensorflowModelTrain.cxx | 2 ++ app/otbTrainClassifierFromDeepFeatures.cxx | 2 ++ 5 files changed, 10 insertions(+) diff --git a/app/otbImageClassifierFromDeepFeatures.cxx b/app/otbImageClassifierFromDeepFeatures.cxx index a0f9361..f861da4 100644 --- a/app/otbImageClassifierFromDeepFeatures.cxx +++ b/app/otbImageClassifierFromDeepFeatures.cxx @@ -76,6 +76,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); + AddDocTag(Tags::Learning); + ClearApplications(); // Add applications diff --git a/app/otbPatchesExtraction.cxx b/app/otbPatchesExtraction.cxx index f39b09d..79f5711 100644 --- a/app/otbPatchesExtraction.cxx +++ b/app/otbPatchesExtraction.cxx @@ -153,6 +153,8 @@ public: SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input/output images AddAnInputImage(); for (int i = 1; i < tf::GetNumberOfSources() ; i++) diff --git a/app/otbTensorflowModelServe.cxx b/app/otbTensorflowModelServe.cxx index cc5e073..0aa9d71 100644 --- a/app/otbTensorflowModelServe.cxx +++ b/app/otbTensorflowModelServe.cxx @@ -157,6 +157,8 @@ public: "parameter group to impose your squared tiles sizes"); SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input/output images AddAnInputImage(); for (int i = 1; i < tf::GetNumberOfSources() ; i++) diff --git a/app/otbTensorflowModelTrain.cxx b/app/otbTensorflowModelTrain.cxx index 5315cbb..212fcdd 100644 --- a/app/otbTensorflowModelTrain.cxx +++ b/app/otbTensorflowModelTrain.cxx @@ -175,6 +175,8 @@ public: "the tensorflow model, (2) the patch size and (3) the image(s) source. "); SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input model AddParameter(ParameterType_Group, "model", "Model parameters"); AddParameter(ParameterType_Directory, "model.dir", "Tensorflow model_save directory"); diff --git a/app/otbTrainClassifierFromDeepFeatures.cxx b/app/otbTrainClassifierFromDeepFeatures.cxx index 1990ccc..ae1e5d9 100644 --- a/app/otbTrainClassifierFromDeepFeatures.cxx +++ b/app/otbTrainClassifierFromDeepFeatures.cxx @@ -75,6 +75,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); + AddDocTag(Tags::Learning); + ClearApplications(); // Add applications -- GitLab