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:
SetDescription("Computes statistics on a training polygon set.");
// Documentation
SetDocName("Fast Polygon Class Statistics");
SetDocLongDescription("The application processes a dense set of polygons "
"intended for training (they should have a field giving the associated "
"class). The geometries are analyzed against a support image to compute "
......
......@@ -71,7 +71,6 @@ private:
SetDescription("Classify image using features from a deep net and an OTB machine learning classification model");
// Documentation
SetDocName("ImageClassifierFromDeepFeatures");
SetDocLongDescription("See ImageClassifier application");
SetDocLimitations("None");
SetDocAuthors("Remi Cresson");
......
......@@ -79,7 +79,6 @@ public:
// Documentation
SetName("LabelImageSampleSelection");
SetDocName("LabelImageSampleSelection");
SetDescription("This application extracts points from an input label image. "
"This application is like \"SampleSelection\", but uses an input label "
"image, rather than an input vector data.");
......
......@@ -135,7 +135,6 @@ public:
// Documentation
SetName("PatchesExtraction");
SetDocName("PatchesExtraction");
SetDescription("This application extracts patches in multiple input images. Change "
"the " + tf::ENV_VAR_NAME_NSOURCES + " environment variable to set the number of "
"sources.");
......
......@@ -70,7 +70,6 @@ private:
SetDescription("Train a classifier from deep net based features of an image and training vector data.");
// Documentation
SetDocName("TrainClassifierFromDeepFeatures");
SetDocLongDescription("See TrainImagesClassifier application");
SetDocLimitations("None");
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