Skip to content
Snippets Groups Projects
Commit af27155f authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Removing the trailing *Application* from applications docname

parent 19cb12e4
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -81,7 +81,7 @@ private:
SetName("ComputePolylineFeatureFromImage");
SetDescription("Compute a polyline feature descriptors from an input image which are part of the polyline pixels that verify the FeatureExpression");
SetDocName("Compute Polyline Feature From Image Application");
SetDocName("Compute Polyline Feature From Image");
SetDocLongDescription("This application computes a polyline feature descriptors from an input image which are part of the polyline pixels that verify the FeatureExpression.");
SetDocLimitations("Since it do not rely on streaming process, take care of the size of input image before launching application.");
SetDocAuthors("OTB-Team");
......
......@@ -120,7 +120,7 @@ private:
SetName("DSFuzzyModelEstimation");
SetDescription("Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).");
SetDocName("Fuzzy Model estimation Application");
SetDocName("Fuzzy Model estimation");
SetDocLongDescription("Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).");
SetDocLimitations("None.");
SetDocAuthors("OTB-Team");
......
......@@ -63,7 +63,7 @@ private:
SetName("VectorDataDSValidation");
SetDescription("Vector data validation based on the fusion of features using Dempster-Shafer evidence theory framework.");
SetDocName("Vector Data validation Application");
SetDocName("Vector Data validation");
SetDocLongDescription("Vector data validation based on the fusion of features using Dempster-Shafer evidence theory framework.");
SetDocLimitations("None.");
SetDocAuthors("OTB-Team");
......
......@@ -173,7 +173,7 @@ private:
SetName("KMeansClassification");
SetDescription("Unsupervised KMeans image classification");
SetDocName("Unsupervised KMeans image classification Application");
SetDocName("Unsupervised KMeans image classification");
SetDocLongDescription("Performs Unsupervised KMeans image classification.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -74,7 +74,7 @@ private:
SetDescription("SOM image classification.");
// Documentation
SetDocName("SOM Classification Application");
SetDocName("SOM Classification");
SetDocLongDescription("Unsupervised Self Organizing Map image classification.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -123,7 +123,7 @@ private:
SetName("ValidateSVMImagesClassifier");
SetDescription("Estimate the performance of the SVM model with a new set of validation samples and another image.");
SetDocName("Validate SVM Images Classifier Application");
SetDocName("Validate SVM Images Classifier");
SetDocLongDescription("Estimate the performance of the SVM model obtained by the ImagesSVMClassifier with a new set of validation samples and another image.\n The application asks for images statisctics as input (XML file generated with the ComputeImagesStatistics application) and a SVM model (text file) generated with the ImagesSVMClassifier application.\n It will compute the global confusion matrix and kappa index and also the precision, recall and F-score of each class.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -116,7 +116,7 @@ private:
SetName("FineRegistration");
SetDescription("Estimate disparity map between two images.");
SetDocName("Fine Registration Application");
SetDocName("Fine Registration");
SetDocLongDescription("Estimate disparity map between two images. Output image contain x offset, y offset and metric value.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -70,7 +70,7 @@ private:
SetDescription("Convert a stereo sensor model to elevation map.");
// Documentation
SetDocName("Stereo sensor model to elevation map Application");
SetDocName("Stereo sensor model to elevation map");
SetDocLongDescription("Produce an elevation map from a pair of stereo images along-track by implicit exploration of their epipolar lines.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -53,7 +53,7 @@ private:
SetDescription("Extracts an image envelope.");
// Documentation
SetDocName("Image Envelope Application");
SetDocName("Image Envelope");
SetDocLongDescription("Build a vector data containing the polygon of the image envelope.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -55,7 +55,7 @@ private:
SetDescription("UTM zone determination from a geographic point.");
// Documentation
SetDocName("Obtain UTM Zone From Geo Point Application");
SetDocName("Obtain UTM Zone From Geo Point");
SetDocLongDescription("UTM zone determination from a geographic point.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -85,7 +85,7 @@ private:
SetDescription("Compute radiometric indices based on Red and NIT channels.");
// Documentation
SetDocName("Radiometric Vegetation Application");
SetDocName("Radiometric Vegetation");
SetDocLongDescription("This application computes radiometric indices that uses red and NIR channels of the input image. The output image is a multi channel one which each channel is one of the selected index. The channel order is the one of the selected indices.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -70,7 +70,7 @@ private:
SetName("Rasterization");
SetDescription("Reproject and Rasterize a Vector Data.");
SetDocName("Rasterization Application");
SetDocName("Rasterization");
SetDocLongDescription("Reproject and Rasterize a Vector Data.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -44,7 +44,7 @@ private:
SetDescription("This application helps developers to test parameters types");
SetDocName("Test Application");
SetDocName("Test");
SetDocLongDescription("The purpose of this application is to test parameters types.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -55,7 +55,7 @@ private:
SetName("BandMath");
SetDescription("Perform a mathematical operation on monoband images");
SetDocName("Band Math Application");
SetDocName("Band Math");
SetDocLongDescription("This application performs a mathematical operation on monoband images."
" Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/");
SetDocLimitations("None");
......
......@@ -59,7 +59,7 @@ private:
SetDescription("Concatenate a list of images into a single multi channel one.");
// Documentation
SetDocName("Images Concatenation Application");
SetDocName("Images Concatenation");
SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multi channel) and generate a single multi channel image. The channel order is the one of the list.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -49,7 +49,7 @@ private:
SetName("ConcatenateVectorData");
SetDescription("Concatenate VectorDatas");
SetDocName("Concatenate Application");
SetDocName("Concatenate");
SetDocLongDescription("This application concatenate a list of VectorData to produce a unique VectorData as output"
"Note that the VectorDatas must be of the same type (Storing polygons only, lines only, or points only)");
SetDocLimitations("None");
......
......@@ -82,7 +82,7 @@ private:
SetDescription("Convert an image to a different format, eventually rescaling the data"
" and/or changing the pixel type.");
// Documentation
SetDocName("Image Conversion Application");
SetDocName("Image Conversion");
SetDocLongDescription("This application performs an image pixel type conversion (short, ushort, char, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).\n The convertion can include a rescale usiong the image 2% minimum and maximum values. The rescale can be linear or log2.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -53,7 +53,7 @@ private:
SetDescription("Extract a ROI defined by the user.");
// Documentation
SetDocName("Extract ROI Application");
SetDocName("Extract ROI");
SetDocLongDescription("This application extracts a Region Of Interest with user defined size.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -48,7 +48,7 @@ private:
SetName("KmzExport");
SetDescription("Export the input image in a KMZ product.");
// Documentation
SetDocName("Image to KMZ Export Application");
SetDocName("Image to KMZ Export");
SetDocLongDescription("This application exports the input image in a kmz product that can be display in the Google Earth software. The user can set the size of the product size, a logo and a legend to the product. Furthemore, to obtain a product that fits the relief, a DEM can be used.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
......@@ -63,7 +63,7 @@ private:
SetDescription("Build a multi-resolution pyramid of the image.");
// Documentation
SetDocName("Multi Resolution Pyramid Application");
SetDocName("Multi Resolution Pyramid");
SetDocLongDescription("This application builds a multi-resolution pyramid of the input image.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment