Commit 8b00e1f0 authored by Cresson Remi's avatar Cresson Remi
Browse files

REFAC: remove SetDocName()

No related merge requests found
Showing with 0 additions and 5 deletions
+0 -5
...@@ -79,7 +79,6 @@ private: ...@@ -79,7 +79,6 @@ private:
SetDescription("Computes statistics on a training polygon set."); SetDescription("Computes statistics on a training polygon set.");
// Documentation // Documentation
SetDocName("Fast Polygon Class Statistics");
SetDocLongDescription("The application processes a dense set of polygons " SetDocLongDescription("The application processes a dense set of polygons "
"intended for training (they should have a field giving the associated " "intended for training (they should have a field giving the associated "
"class). The geometries are analyzed against a support image to compute " "class). The geometries are analyzed against a support image to compute "
......
...@@ -71,7 +71,6 @@ private: ...@@ -71,7 +71,6 @@ private:
SetDescription("Classify image using features from a deep net and an OTB machine learning classification model"); SetDescription("Classify image using features from a deep net and an OTB machine learning classification model");
// Documentation // Documentation
SetDocName("ImageClassifierFromDeepFeatures");
SetDocLongDescription("See ImageClassifier application"); SetDocLongDescription("See ImageClassifier application");
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors("Remi Cresson"); SetDocAuthors("Remi Cresson");
......
...@@ -79,7 +79,6 @@ public: ...@@ -79,7 +79,6 @@ public:
// Documentation // Documentation
SetName("LabelImageSampleSelection"); SetName("LabelImageSampleSelection");
SetDocName("LabelImageSampleSelection");
SetDescription("This application extracts points from an input label image. " SetDescription("This application extracts points from an input label image. "
"This application is like \"SampleSelection\", but uses an input label " "This application is like \"SampleSelection\", but uses an input label "
"image, rather than an input vector data."); "image, rather than an input vector data.");
......
...@@ -135,7 +135,6 @@ public: ...@@ -135,7 +135,6 @@ public:
// Documentation // Documentation
SetName("PatchesExtraction"); SetName("PatchesExtraction");
SetDocName("PatchesExtraction");
SetDescription("This application extracts patches in multiple input images. Change " SetDescription("This application extracts patches in multiple input images. Change "
"the " + tf::ENV_VAR_NAME_NSOURCES + " environment variable to set the number of " "the " + tf::ENV_VAR_NAME_NSOURCES + " environment variable to set the number of "
"sources."); "sources.");
......
...@@ -70,7 +70,6 @@ private: ...@@ -70,7 +70,6 @@ private:
SetDescription("Train a classifier from deep net based features of an image and training vector data."); SetDescription("Train a classifier from deep net based features of an image and training vector data.");
// Documentation // Documentation
SetDocName("TrainClassifierFromDeepFeatures");
SetDocLongDescription("See TrainImagesClassifier application"); SetDocLongDescription("See TrainImagesClassifier application");
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors("Remi Cresson"); SetDocAuthors("Remi Cresson");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment