Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
otbtf
Commits
8b00e1f0
Commit
8b00e1f0
authored
May 29, 2019
by
Cresson Remi
Browse files
REFAC: remove SetDocName()
parent
e7dfe8b8
Changes
5
Hide whitespace changes
Inline
Side-by-side
app/otbDensePolygonClassStatistics.cxx
View file @
8b00e1f0
...
...
@@ -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 "
...
...
app/otbImageClassifierFromDeepFeatures.cxx
View file @
8b00e1f0
...
...
@@ -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"
);
...
...
app/otbLabelImageSampleSelection.cxx
View file @
8b00e1f0
...
...
@@ -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."
);
...
...
app/otbPatchesExtraction.cxx
View file @
8b00e1f0
...
...
@@ -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."
);
...
...
app/otbTrainClassifierFromDeepFeatures.cxx
View file @
8b00e1f0
...
...
@@ -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"
);
...
...
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