Skip to content
Snippets Groups Projects
Commit 55d3d9ff authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:typo in estimate stats application

parent 4d617bec
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ private: ...@@ -47,7 +47,7 @@ private:
SetDescription("Computes global mean and standard deviation for each band from a set of images and optionally saves the results in an XML file."); SetDescription("Computes global mean and standard deviation for each band from a set of images and optionally saves the results in an XML file.");
SetDocName("Compute Images second order statistics"); SetDocName("Compute Images second order statistics");
SetDocLongDescription("This application computes a global mean and standard deviation for each band of a set of images and optionally saves the results in an XML file. The output XML is intended to use an input for the TrainImagesSVMClassifier application to normalize samples before learning."); SetDocLongDescription("This application computes a global mean and standard deviation for each band of a set of images and optionally saves the results in an XML file. The output XML is intended to use an input for the TrainImagesSVMClassifier application to normalize samples before learning.");
SetDocLimitations("The set of input images must have the same number of bands. Input images must be of the same number/type and order of bands."); SetDocLimitations("The set of input images must have the same number of bands. Input images must be of the same number, type and order of bands.");
SetDocAuthors("OTB-Team"); SetDocAuthors("OTB-Team");
SetDocSeeAlso("Documentation of the TrainImagesSVMClassifier application."); SetDocSeeAlso("Documentation of the TrainImagesSVMClassifier application.");
SetDocCLExample("otbApplicationLauncherCommandLine EstimateImagesStatistics ${OTB-BIN}/bin --il ${OTB-Data}/Input/Classification/QB_1_ortho.tif ${OTB-Data}/Input/Classification/QB_2_ortho.tif ${OTB-Data}/Input/Classification/QB_3_ortho.tif --out EstimateImageStatisticsQB123.xml"); SetDocCLExample("otbApplicationLauncherCommandLine EstimateImagesStatistics ${OTB-BIN}/bin --il ${OTB-Data}/Input/Classification/QB_1_ortho.tif ${OTB-Data}/Input/Classification/QB_2_ortho.tif ${OTB-Data}/Input/Classification/QB_3_ortho.tif --out EstimateImageStatisticsQB123.xml");
......
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