From 55d3d9ff4d219c88b830eca3fd64a88e4ae9d65e Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Fri, 25 Nov 2011 11:31:13 +0100 Subject: [PATCH] DOC:typo in estimate stats application --- Applications/Classification/otbEstimateImagesStatistics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Classification/otbEstimateImagesStatistics.cxx b/Applications/Classification/otbEstimateImagesStatistics.cxx index 687efbe86c..de4331ce0e 100644 --- a/Applications/Classification/otbEstimateImagesStatistics.cxx +++ b/Applications/Classification/otbEstimateImagesStatistics.cxx @@ -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."); 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."); - 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"); 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"); -- GitLab