diff --git a/Applications/CartographicDBValidation/otbComputePolylineFeatureFromImage.cxx b/Applications/CartographicDBValidation/otbComputePolylineFeatureFromImage.cxx index 45ada79183e155b918a9a6f3158a0f7fc1bb3282..c3f509241300d49abbecdbd754d00db68ab1d6ae 100644 --- a/Applications/CartographicDBValidation/otbComputePolylineFeatureFromImage.cxx +++ b/Applications/CartographicDBValidation/otbComputePolylineFeatureFromImage.cxx @@ -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"); diff --git a/Applications/CartographicDBValidation/otbDSFuzzyModelEstimation.cxx b/Applications/CartographicDBValidation/otbDSFuzzyModelEstimation.cxx index aacd52a5348e1e9b99956944da69996cdde7d364..9031cc0eaf9d3927d819c63e4183d5b7a714eb0a 100644 --- a/Applications/CartographicDBValidation/otbDSFuzzyModelEstimation.cxx +++ b/Applications/CartographicDBValidation/otbDSFuzzyModelEstimation.cxx @@ -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"); diff --git a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx index 3be57e06d51ff935d2599f239b1e2911a2c92c2a..dbfb713dd26e621fa3a3bf874582e05549b9454f 100644 --- a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx +++ b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx @@ -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"); diff --git a/Applications/Classification/otbKMeansClassification.cxx b/Applications/Classification/otbKMeansClassification.cxx index 759292935c7bc8c6f0549a9c1eecc394cddf574e..930cdc5d52194cbfc15a347f17744a5dc97f3629 100644 --- a/Applications/Classification/otbKMeansClassification.cxx +++ b/Applications/Classification/otbKMeansClassification.cxx @@ -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"); diff --git a/Applications/Classification/otbSOMClassification.cxx b/Applications/Classification/otbSOMClassification.cxx index 7d7302070f64579b6e081b16b1f717d372bcc881..349632019d049994befee437ae9b97ad84c69a35 100644 --- a/Applications/Classification/otbSOMClassification.cxx +++ b/Applications/Classification/otbSOMClassification.cxx @@ -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"); diff --git a/Applications/Classification/otbValidateSVMImagesClassifier.cxx b/Applications/Classification/otbValidateSVMImagesClassifier.cxx index 443ac42e519f870a3cd832ed9bb3cfbece8b785b..629c33a5781ce69ba837d3931e8fa5d8fead7be0 100644 --- a/Applications/Classification/otbValidateSVMImagesClassifier.cxx +++ b/Applications/Classification/otbValidateSVMImagesClassifier.cxx @@ -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"); diff --git a/Applications/DisparityMap/otbFineRegistration.cxx b/Applications/DisparityMap/otbFineRegistration.cxx index bcac422f710e0312723047ce7acd31ba7b7fe7f2..76e62ee52b41152ad1d1a8ec67b36cd2c1d559bc 100644 --- a/Applications/DisparityMap/otbFineRegistration.cxx +++ b/Applications/DisparityMap/otbFineRegistration.cxx @@ -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"); diff --git a/Applications/DisparityMap/otbStereoSensorModelToElevationMap.cxx b/Applications/DisparityMap/otbStereoSensorModelToElevationMap.cxx index f4d2d33bb8652a092392297ae81e56030b635144..fa8ced02619b6a0b7b8cf17f3348bffe9be0bff4 100644 --- a/Applications/DisparityMap/otbStereoSensorModelToElevationMap.cxx +++ b/Applications/DisparityMap/otbStereoSensorModelToElevationMap.cxx @@ -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"); diff --git a/Applications/Projections/otbImageEnvelope.cxx b/Applications/Projections/otbImageEnvelope.cxx index 1cd8fd81a2f4b7608c1521f98746be7bfc9ce7f7..4d2899893a44be094da88737ee36869b604ab728 100644 --- a/Applications/Projections/otbImageEnvelope.cxx +++ b/Applications/Projections/otbImageEnvelope.cxx @@ -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"); diff --git a/Applications/Projections/otbObtainUTMZoneFromGeoPoint.cxx b/Applications/Projections/otbObtainUTMZoneFromGeoPoint.cxx index c3de7ddde66c957f37d60f7430d75b724d310c50..c8fd39dbcffd9a941b6a43fa7b580b3dc235d4a0 100644 --- a/Applications/Projections/otbObtainUTMZoneFromGeoPoint.cxx +++ b/Applications/Projections/otbObtainUTMZoneFromGeoPoint.cxx @@ -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"); diff --git a/Applications/RadiometricIndices/otbRadiometricVegetationIndices.cxx b/Applications/RadiometricIndices/otbRadiometricVegetationIndices.cxx index 04dc834f834f89db07c3b1a17e21009038f0f06f..e2464b1f7c31d6a6f892f8e2e8eb042cfe1223d3 100644 --- a/Applications/RadiometricIndices/otbRadiometricVegetationIndices.cxx +++ b/Applications/RadiometricIndices/otbRadiometricVegetationIndices.cxx @@ -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"); diff --git a/Applications/Rasterization/otbRasterization.cxx b/Applications/Rasterization/otbRasterization.cxx index 2ee740b4d371540578130ed5a74ed93fa29a8962..4d9d2c5fe35d555d424692bb55549133e51316dc 100644 --- a/Applications/Rasterization/otbRasterization.cxx +++ b/Applications/Rasterization/otbRasterization.cxx @@ -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"); diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx index 2e69a8081d5a68cfd63249dd1284359f496002e9..d136d541c0f934d973f9cf9995509ac97fc20c70 100644 --- a/Applications/Test/otbTestApplication.cxx +++ b/Applications/Test/otbTestApplication.cxx @@ -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"); diff --git a/Applications/Utils/otbBandMath.cxx b/Applications/Utils/otbBandMath.cxx index 9e774c741c81dfaca161997c823920e4841e8f64..a92399542754e467b6960ab0a56e1d75e35c4612 100644 --- a/Applications/Utils/otbBandMath.cxx +++ b/Applications/Utils/otbBandMath.cxx @@ -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"); diff --git a/Applications/Utils/otbConcatenateImages.cxx b/Applications/Utils/otbConcatenateImages.cxx index 7dfac140ee6daf8d189738da89735d122438f0bf..090fc571897a49373baea06350667bc09f34192d 100644 --- a/Applications/Utils/otbConcatenateImages.cxx +++ b/Applications/Utils/otbConcatenateImages.cxx @@ -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"); diff --git a/Applications/Utils/otbConcatenateVectorData.cxx b/Applications/Utils/otbConcatenateVectorData.cxx index 204cdc67d80da339ba0a6deb417a9af4660e3ac8..bb31f46cc7cd7bc569519cac343ef77bed5e0a66 100644 --- a/Applications/Utils/otbConcatenateVectorData.cxx +++ b/Applications/Utils/otbConcatenateVectorData.cxx @@ -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"); diff --git a/Applications/Utils/otbConvert.cxx b/Applications/Utils/otbConvert.cxx index 93f878ca7ed522fdf825048ebd38f8e0bb80a2f1..676823acaa7cd4f1cf3ab3134aa6ace177b533e1 100644 --- a/Applications/Utils/otbConvert.cxx +++ b/Applications/Utils/otbConvert.cxx @@ -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"); diff --git a/Applications/Utils/otbExtractROI.cxx b/Applications/Utils/otbExtractROI.cxx index da2f22d1485d247f639c364191d8e4aa2ba13a52..d0a24c7af6383c241a284c26776714de28147627 100644 --- a/Applications/Utils/otbExtractROI.cxx +++ b/Applications/Utils/otbExtractROI.cxx @@ -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"); diff --git a/Applications/Utils/otbKmzExport.cxx b/Applications/Utils/otbKmzExport.cxx index dde345ddbc89554caa12a643988e0c50dd8bbda7..68e73918e2d7606d9743033251dec01beaac5571 100644 --- a/Applications/Utils/otbKmzExport.cxx +++ b/Applications/Utils/otbKmzExport.cxx @@ -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"); diff --git a/Applications/Utils/otbMultiResolutionPyramid.cxx b/Applications/Utils/otbMultiResolutionPyramid.cxx index 3c0894d998913a748ed679407e94ee5690f7eed3..103d243a4b13125b05f3c2cf3e8e804967908ebc 100644 --- a/Applications/Utils/otbMultiResolutionPyramid.cxx +++ b/Applications/Utils/otbMultiResolutionPyramid.cxx @@ -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"); diff --git a/Applications/Utils/otbQuicklook.cxx b/Applications/Utils/otbQuicklook.cxx index 11f09ffe695576c548c026af3845970a17f3184d..00419ba30f3ee7837b0e2a48b41fbbac99feccc8 100644 --- a/Applications/Utils/otbQuicklook.cxx +++ b/Applications/Utils/otbQuicklook.cxx @@ -54,7 +54,7 @@ private: { SetName("Quicklook"); SetDescription("Generates a subsampled version of an image extract"); - SetDocName("Quick Look Application"); + SetDocName("Quick Look"); SetDocLongDescription("Generates a subsampled version of an extract of an image defined by ROIStart and ROISize.\n " "This extract is subsampled using the ration OR the output image Size"); SetDocLimitations("None"); diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index cfe0a6e4681b33a36a9e19fe3af6af3db22115c0..029efb963261f0e90c91d6f9b6bbad88e2ffac0d 100644 --- a/Applications/Utils/otbReadImageInfo.cxx +++ b/Applications/Utils/otbReadImageInfo.cxx @@ -51,7 +51,7 @@ private: SetDescription("Get information about the image"); // Documentation - SetDocName("Read image information Application"); + SetDocName("Read image information"); SetDocLongDescription("Display informations about the input image like: image size, metadata, projections..."); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); diff --git a/Applications/Utils/otbRescale.cxx b/Applications/Utils/otbRescale.cxx index da02f08e86ef6973515d82defbd567d403f2d85b..2a75237cc797844f81a0b4d37eb4ea6f9efef9a3 100644 --- a/Applications/Utils/otbRescale.cxx +++ b/Applications/Utils/otbRescale.cxx @@ -51,7 +51,7 @@ private: SetName("Rescale"); SetDescription("Rescale the image between two given values."); - SetDocName("Rescale Image Application"); + SetDocName("Rescale Image"); SetDocLongDescription("This application scale the given image pixel intensity between two given values. " "By default min (resp. max) value is set to 0 (resp. 255)."); SetDocLimitations("None"); diff --git a/Applications/Utils/otbSmoothing.cxx b/Applications/Utils/otbSmoothing.cxx index b5c853bbfcfb5e2b5422a5d6c6a2342b033b3e0e..03b4dd22ca16097b00461ccce69f49bbb52921cf 100644 --- a/Applications/Utils/otbSmoothing.cxx +++ b/Applications/Utils/otbSmoothing.cxx @@ -57,7 +57,7 @@ private: SetName("Smoothing"); SetDescription("Apply a smoothing filter to an image"); - SetDocName("Smoothing Application"); + SetDocName("Smoothing"); SetDocLongDescription("This application applies smoothing filter to an image." " Either gaussian, mean, or anisotropic diffusion are available."); SetDocLimitations("None"); diff --git a/Applications/Utils/otbSplitImage.cxx b/Applications/Utils/otbSplitImage.cxx index 4a4bb9fdde3ecc41cd9caff1cb872c468833c59b..a9cca27be74cbe20ddb04373913dc016da0a7f46 100644 --- a/Applications/Utils/otbSplitImage.cxx +++ b/Applications/Utils/otbSplitImage.cxx @@ -53,7 +53,7 @@ private: SetName("SplitImage"); SetDescription("Split a N multiband image into N images"); - SetDocName("Split Image Application"); + SetDocName("Split Image"); SetDocLongDescription("This application splits a N multiband image into N images. The output images filename will be generated from the output one. Thus if the input image has 2 channels, and the user has set ad output outimage.tif, the generated images will be outimage_0.tif and outimage_1.tif"); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); diff --git a/Applications/Utils/otbVectorDataExtractROIApplication.cxx b/Applications/Utils/otbVectorDataExtractROIApplication.cxx index ee3634d04adeed9184f2c4a117f12fc429bf7373..e131ae238467e0fa8137c2b5b691587ded39a2b9 100644 --- a/Applications/Utils/otbVectorDataExtractROIApplication.cxx +++ b/Applications/Utils/otbVectorDataExtractROIApplication.cxx @@ -70,7 +70,7 @@ private: SetName("VectorDataExtractROIApplication"); SetDescription("Perform an extract ROI on the input vector data according to the input image extent"); - SetDocName("VectorData Extract ROI Application"); + SetDocName("VectorData Extract ROI"); SetDocLongDescription("This application extract the VectorData features belonging to a region specified by the support image envelope"); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); diff --git a/Applications/Utils/otbVectorDataSetField.cxx b/Applications/Utils/otbVectorDataSetField.cxx index 7461796815b7404a2a70be39b095c70d233c3e9f..c268497fe11de039b3d7ee5c7de5cd9ee413bb59 100644 --- a/Applications/Utils/otbVectorDataSetField.cxx +++ b/Applications/Utils/otbVectorDataSetField.cxx @@ -46,7 +46,7 @@ private: SetDescription("Set a field in vector data."); // Documentation - SetDocName("Vector data set field Application"); + SetDocName("Vector data set field"); SetDocLongDescription("Set a specified field to a specified value on all features of a vector data (Note: doesn't work with KML files yet)"); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); diff --git a/Applications/Utils/otbVectorDataTransform.cxx b/Applications/Utils/otbVectorDataTransform.cxx index ca14b6c7d85f034ddca17df28ddcbf60a641b9b5..fe67b81240039d9452491a148f94d8a5caef3f46 100644 --- a/Applications/Utils/otbVectorDataTransform.cxx +++ b/Applications/Utils/otbVectorDataTransform.cxx @@ -56,7 +56,7 @@ private: SetName("VectorDataTransform"); SetDescription("Apply a transform to each vertex of the input VectorData"); - SetDocName("Vector Data Transformation Application"); + SetDocName("Vector Data Transformation"); SetDocLongDescription("This application performs a transformation to an input vector data transforming each vertex that composed the vector data. The applied transformation manages translation, rotation and scale, and be be centered or not."); SetDocLimitations("None"); SetDocAuthors("OTB-Team");