[otb] 12/13: Add manpages for new executables.

Bas Couwenberg sebastic at debian.org
Sat May 13 13:01:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 10d7a28e0470c723294df4fcf7ee3065742fc21b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 13 14:12:17 2017 +0200

    Add manpages for new executables.
---
 debian/changelog                                   |  1 +
 debian/manpages/otbcli_ComputeModulusAndPhase.1    | 25 ++++++++++++
 .../manpages/otbcli_MorphologicalClassification.1  | 36 +++++++++++++++++
 .../otbcli_MorphologicalMultiScaleDecomposition.1  | 41 ++++++++++++++++++++
 .../otbcli_MorphologicalProfilesAnalysis.1         | 45 ++++++++++++++++++++++
 debian/manpages/otbcli_SARDeburst.1                | 24 ++++++++++++
 debian/manpages/otbcli_VectorClassifier.1          | 37 ++++++++++++++++++
 debian/manpages/otbgui_ComputeModulusAndPhase.1    | 25 ++++++++++++
 .../manpages/otbgui_MorphologicalClassification.1  | 36 +++++++++++++++++
 .../otbgui_MorphologicalMultiScaleDecomposition.1  | 41 ++++++++++++++++++++
 .../otbgui_MorphologicalProfilesAnalysis.1         | 45 ++++++++++++++++++++++
 debian/manpages/otbgui_SARDeburst.1                | 24 ++++++++++++
 debian/manpages/otbgui_VectorClassifier.1          | 37 ++++++++++++++++++
 debian/otb-bin-qt.manpages                         |  6 +++
 debian/otb-bin.manpages                            |  6 +++
 15 files changed, 429 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b4d6a55..8bc3867 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ otb (6.0.0+dfsg-1) UNRELEASED; urgency=medium
   * Drop libotbiomw package, library no longer built.
   * Update symbols for amd64.
   * Update lintian overrides for spelling error false positives.
+  * Add manpages for new executables.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 13 May 2017 09:40:57 +0200
 
diff --git a/debian/manpages/otbcli_ComputeModulusAndPhase.1 b/debian/manpages/otbcli_ComputeModulusAndPhase.1
new file mode 100644
index 0000000..bab1f35
--- /dev/null
+++ b/debian/manpages/otbcli_ComputeModulusAndPhase.1
@@ -0,0 +1,25 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_COMPUTEMODULUSANDPHASE: "1" "May 2017" "otbcli_ComputeModulusAndPhase 6.0.0" "User Commands"
+.SH NAME
+otbcli_ComputeModulusAndPhase \- OTB ComputeModulusAndPhase application
+.SH DESCRIPTION
+This is the ComputeModulusAndPhase application, version 6.0.0
+This application computes the modulus and the phase of a complex SAR image.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/ComputeModulusAndPhase.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Input Image  (mandatory)
+\fB\-modulus\fR  <string> [pixel] Modulus  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-phase\fR    <string> [pixel] Phase  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_ComputeModulusAndPhase \-in monobandComplexFloat.tif \-modulus modulus.tif \-phase phase.tif
diff --git a/debian/manpages/otbcli_MorphologicalClassification.1 b/debian/manpages/otbcli_MorphologicalClassification.1
new file mode 100644
index 0000000..a73657f
--- /dev/null
+++ b/debian/manpages/otbcli_MorphologicalClassification.1
@@ -0,0 +1,36 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_MORPHOLOGICALCLASSIFICATION "1" "May 2017" "otbcli_MorphologicalClassification 6.0.0" "User Commands"
+.SH NAME
+otbcli_MorphologicalClassification \- OTB MorphologicalClassification application
+.SH DESCRIPTION
+This is the MorphologicalClassification application, version 6.0.0
+Performs morphological convex, concave and flat classification on an input image channel
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalClassification.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR        <string>         Input Image  (mandatory)
+\fB\-out\fR       <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR <string>
+Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-radius\fR
+<int32>          Radius  (mandatory, default value is 5)
+.TP
+\fB\-sigma\fR
+<float>          Sigma value for leveling tolerance  (mandatory, default value is 0.5)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_MorphologicalClassification \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-radius 5 \-sigma 0.5 \-out output.tif
diff --git a/debian/manpages/otbcli_MorphologicalMultiScaleDecomposition.1 b/debian/manpages/otbcli_MorphologicalMultiScaleDecomposition.1
new file mode 100644
index 0000000..7f8900f
--- /dev/null
+++ b/debian/manpages/otbcli_MorphologicalMultiScaleDecomposition.1
@@ -0,0 +1,41 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_MORPHOLOGICALMULTISCALEDECOMPOSITION "1" "May 2017" "otbcli_MorphologicalMultiScaleDecomposition 6.0.0" "User Commands"
+.SH NAME
+otbcli_MorphologicalMultiScaleDecomposition \- OTB MorphologicalMultiScaleDecomposition application
+.SH DESCRIPTION
+This is the MorphologicalMultiScaleDecomposition application, version 6.0.0
+Perform a geodesic morphology based image analysis on an input image channel
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalMultiScaleDecomposition.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR          <string>         Input Image  (mandatory)
+\fB\-outconvex\fR   <string> [pixel] Output Convex Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-outconcave\fR  <string> [pixel] Output Concave Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-outleveling\fR <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR
+<string>         Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-radius\fR
+<int32>          Initial radius  (mandatory, default value is 5)
+.TP
+\fB\-step\fR
+<int32>          Radius step.  (mandatory, default value is 1)
+.TP
+\fB\-levels\fR
+<int32>          Number of levels use for multi scale  (mandatory, default value is 1)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_MorphologicalMultiScaleDecomposition \-in ROI_IKO_PAN_LesHalles.tif \-structype ball \-channel 1 \-radius 2 \-levels 2 \-step 3 \-outconvex convex.tif \-outconcave concave.tif \-outleveling leveling.tif
diff --git a/debian/manpages/otbcli_MorphologicalProfilesAnalysis.1 b/debian/manpages/otbcli_MorphologicalProfilesAnalysis.1
new file mode 100644
index 0000000..545d5c2
--- /dev/null
+++ b/debian/manpages/otbcli_MorphologicalProfilesAnalysis.1
@@ -0,0 +1,45 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_MORPHOLOGICALPROFILESANALYSIS "1" "May 2017" "otbcli_MorphologicalProfilesAnalysis 6.0.0" "User Commands"
+.SH NAME
+otbcli_MorphologicalProfilesAnalysis \- OTB MorphologicalProfilesAnalysis application
+.SH DESCRIPTION
+This is the MorphologicalProfilesAnalysis application, version 6.0.0
+Performs morphological profiles analysis on an input image channel.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalProfilesAnalysis.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR                           <string>         Input Image  (mandatory)
+\fB\-out\fR                          <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR
+<string>         Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-size\fR
+<int32>          Profile Size  (mandatory, default value is 5)
+.TP
+\fB\-radius\fR
+<int32>          Initial radius  (mandatory, default value is 5)
+.TP
+\fB\-step\fR
+<int32>          Radius step.  (mandatory, default value is 1)
+.TP
+\fB\-profile\fR
+<string>         Profile [opening/closing/derivativeopening/derivativeclosing/openingcharacteristics/closingcharacteristics/classification] (mandatory, default value is opening)
+.TP
+\fB\-profile\fR.classification.sigma <float>
+Sigma value for leveling tolerance  (mandatory, default value is 1)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_MorphologicalProfilesAnalysis \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-profile classification \-size 5 \-radius 1 \-step 1 \-profile.classification.sigma 1 \-out output.tif
diff --git a/debian/manpages/otbcli_SARDeburst.1 b/debian/manpages/otbcli_SARDeburst.1
new file mode 100644
index 0000000..d7c8698
--- /dev/null
+++ b/debian/manpages/otbcli_SARDeburst.1
@@ -0,0 +1,24 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_SARDEBURST "1" "May 2017" "otbcli_SARDeburst 6.0.0" "User Commands"
+.SH NAME
+otbcli_SARDeburst \- OTB SARDeburst application
+.SH DESCRIPTION
+This is the SARDeburst application, version 6.0.0
+This application performs a deburst operation by removing redundant lines.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/SARDeburst.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Input Image  (mandatory)
+\fB\-out\fR      <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_SARDeburst \-in s1_iw_slc.tif \-out s1_iw_slc_deburst.tif
diff --git a/debian/manpages/otbcli_VectorClassifier.1 b/debian/manpages/otbcli_VectorClassifier.1
new file mode 100644
index 0000000..3535da6
--- /dev/null
+++ b/debian/manpages/otbcli_VectorClassifier.1
@@ -0,0 +1,37 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBCLI_VECTORCLASSIFIER "1" "May 2017" "otbcli_VectorClassifier 6.0.0" "User Commands"
+.SH NAME
+otbcli_VectorClassifier \- OTB VectorClassifier application
+.SH DESCRIPTION
+This is the VectorClassifier application, version 6.0.0
+Performs a classification of the input vector data according to a model file.Features of the vector data output will contain the class labels decided by the classifier (maximal class label = 65535).
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/VectorClassifier.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Name of the input vector data  (mandatory)
+.TP
+\fB\-instat\fR
+<string>         Statistics file  (optional, off by default)
+.PP
+\fB\-model\fR    <string>         Model file  (mandatory)
+.TP
+\fB\-cfield\fR
+<string>         Field containing the predicted class  (mandatory, default value is predicted)
+.TP
+\fB\-feat\fR
+<string list>    Field names to be calculated.  (mandatory, default value is )
+.TP
+\fB\-confmap\fR
+<boolean>        Confidence map  (optional, off by default)
+.TP
+\fB\-out\fR
+<string>         Output vector data file containing class labels  (optional, off by default)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbcli_VectorClassifier \-in vectorData.shp \-instat meanVar.xml \-model svmModel.svm \-out svmModel.svm \-feat perimeter  area  width \-cfield predicted
diff --git a/debian/manpages/otbgui_ComputeModulusAndPhase.1 b/debian/manpages/otbgui_ComputeModulusAndPhase.1
new file mode 100644
index 0000000..9a03d2f
--- /dev/null
+++ b/debian/manpages/otbgui_ComputeModulusAndPhase.1
@@ -0,0 +1,25 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_COMPUTEMODULUSANDPHASE: "1" "May 2017" "otbgui_ComputeModulusAndPhase 6.0.0" "User Commands"
+.SH NAME
+otbgui_ComputeModulusAndPhase \- OTB ComputeModulusAndPhase application
+.SH DESCRIPTION
+This is the ComputeModulusAndPhase application, version 6.0.0
+This application computes the modulus and the phase of a complex SAR image.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/ComputeModulusAndPhase.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Input Image  (mandatory)
+\fB\-modulus\fR  <string> [pixel] Modulus  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-phase\fR    <string> [pixel] Phase  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_ComputeModulusAndPhase \-in monobandComplexFloat.tif \-modulus modulus.tif \-phase phase.tif
diff --git a/debian/manpages/otbgui_MorphologicalClassification.1 b/debian/manpages/otbgui_MorphologicalClassification.1
new file mode 100644
index 0000000..0864ac1
--- /dev/null
+++ b/debian/manpages/otbgui_MorphologicalClassification.1
@@ -0,0 +1,36 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_MORPHOLOGICALCLASSIFICATION "1" "May 2017" "otbgui_MorphologicalClassification 6.0.0" "User Commands"
+.SH NAME
+otbgui_MorphologicalClassification \- OTB MorphologicalClassification application
+.SH DESCRIPTION
+This is the MorphologicalClassification application, version 6.0.0
+Performs morphological convex, concave and flat classification on an input image channel
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalClassification.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR        <string>         Input Image  (mandatory)
+\fB\-out\fR       <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR <string>
+Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-radius\fR
+<int32>          Radius  (mandatory, default value is 5)
+.TP
+\fB\-sigma\fR
+<float>          Sigma value for leveling tolerance  (mandatory, default value is 0.5)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_MorphologicalClassification \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-radius 5 \-sigma 0.5 \-out output.tif
diff --git a/debian/manpages/otbgui_MorphologicalMultiScaleDecomposition.1 b/debian/manpages/otbgui_MorphologicalMultiScaleDecomposition.1
new file mode 100644
index 0000000..7221ae0
--- /dev/null
+++ b/debian/manpages/otbgui_MorphologicalMultiScaleDecomposition.1
@@ -0,0 +1,41 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_MORPHOLOGICALMULTISCALEDECOMPOSITION "1" "May 2017" "otbgui_MorphologicalMultiScaleDecomposition 6.0.0" "User Commands"
+.SH NAME
+otbgui_MorphologicalMultiScaleDecomposition \- OTB MorphologicalMultiScaleDecomposition application
+.SH DESCRIPTION
+This is the MorphologicalMultiScaleDecomposition application, version 6.0.0
+Perform a geodesic morphology based image analysis on an input image channel
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalMultiScaleDecomposition.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR          <string>         Input Image  (mandatory)
+\fB\-outconvex\fR   <string> [pixel] Output Convex Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-outconcave\fR  <string> [pixel] Output Concave Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+\fB\-outleveling\fR <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR
+<string>         Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-radius\fR
+<int32>          Initial radius  (mandatory, default value is 5)
+.TP
+\fB\-step\fR
+<int32>          Radius step.  (mandatory, default value is 1)
+.TP
+\fB\-levels\fR
+<int32>          Number of levels use for multi scale  (mandatory, default value is 1)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_MorphologicalMultiScaleDecomposition \-in ROI_IKO_PAN_LesHalles.tif \-structype ball \-channel 1 \-radius 2 \-levels 2 \-step 3 \-outconvex convex.tif \-outconcave concave.tif \-outleveling leveling.tif
diff --git a/debian/manpages/otbgui_MorphologicalProfilesAnalysis.1 b/debian/manpages/otbgui_MorphologicalProfilesAnalysis.1
new file mode 100644
index 0000000..204cb62
--- /dev/null
+++ b/debian/manpages/otbgui_MorphologicalProfilesAnalysis.1
@@ -0,0 +1,45 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_MORPHOLOGICALPROFILESANALYSIS "1" "May 2017" "otbgui_MorphologicalProfilesAnalysis 6.0.0" "User Commands"
+.SH NAME
+otbgui_MorphologicalProfilesAnalysis \- OTB MorphologicalProfilesAnalysis application
+.SH DESCRIPTION
+This is the MorphologicalProfilesAnalysis application, version 6.0.0
+Performs morphological profiles analysis on an input image channel.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/MorphologicalProfilesAnalysis.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.PP
+\fB\-in\fR                           <string>         Input Image  (mandatory)
+\fB\-out\fR                          <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-channel\fR
+<int32>          Selected Channel  (mandatory, default value is 1)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-structype\fR
+<string>         Structuring Element Type [ball/cross] (mandatory, default value is ball)
+.TP
+\fB\-size\fR
+<int32>          Profile Size  (mandatory, default value is 5)
+.TP
+\fB\-radius\fR
+<int32>          Initial radius  (mandatory, default value is 5)
+.TP
+\fB\-step\fR
+<int32>          Radius step.  (mandatory, default value is 1)
+.TP
+\fB\-profile\fR
+<string>         Profile [opening/closing/derivativeopening/derivativeclosing/openingcharacteristics/closingcharacteristics/classification] (mandatory, default value is opening)
+.TP
+\fB\-profile\fR.classification.sigma <float>
+Sigma value for leveling tolerance  (mandatory, default value is 1)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_MorphologicalProfilesAnalysis \-in ROI_IKO_PAN_LesHalles.tif \-channel 1 \-structype ball \-profile classification \-size 5 \-radius 1 \-step 1 \-profile.classification.sigma 1 \-out output.tif
diff --git a/debian/manpages/otbgui_SARDeburst.1 b/debian/manpages/otbgui_SARDeburst.1
new file mode 100644
index 0000000..7344a61
--- /dev/null
+++ b/debian/manpages/otbgui_SARDeburst.1
@@ -0,0 +1,24 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_SARDEBURST "1" "May 2017" "otbgui_SARDeburst 6.0.0" "User Commands"
+.SH NAME
+otbgui_SARDeburst \- OTB SARDeburst application
+.SH DESCRIPTION
+This is the SARDeburst application, version 6.0.0
+This application performs a deburst operation by removing redundant lines.
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/SARDeburst.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Input Image  (mandatory)
+\fB\-out\fR      <string> [pixel] Output Image  [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
+.TP
+\fB\-ram\fR
+<int32>          Available RAM (Mb)  (optional, off by default, default value is 128)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_SARDeburst \-in s1_iw_slc.tif \-out s1_iw_slc_deburst.tif
diff --git a/debian/manpages/otbgui_VectorClassifier.1 b/debian/manpages/otbgui_VectorClassifier.1
new file mode 100644
index 0000000..41336a4
--- /dev/null
+++ b/debian/manpages/otbgui_VectorClassifier.1
@@ -0,0 +1,37 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH OTBGUI_VECTORCLASSIFIER "1" "May 2017" "otbgui_VectorClassifier 6.0.0" "User Commands"
+.SH NAME
+otbgui_VectorClassifier \- OTB VectorClassifier application
+.SH DESCRIPTION
+This is the VectorClassifier application, version 6.0.0
+Performs a classification of the input vector data according to a model file.Features of the vector data output will contain the class labels decided by the classifier (maximal class label = 65535).
+.PP
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/VectorClassifier.html
+.SS "Parameters:"
+.TP
+\fB\-progress\fR <boolean>
+Report progress
+.PP
+\fB\-in\fR       <string>         Name of the input vector data  (mandatory)
+.TP
+\fB\-instat\fR
+<string>         Statistics file  (optional, off by default)
+.PP
+\fB\-model\fR    <string>         Model file  (mandatory)
+.TP
+\fB\-cfield\fR
+<string>         Field containing the predicted class  (mandatory, default value is predicted)
+.TP
+\fB\-feat\fR
+<string list>    Field names to be calculated.  (mandatory, default value is )
+.TP
+\fB\-confmap\fR
+<boolean>        Confidence map  (optional, off by default)
+.TP
+\fB\-out\fR
+<string>         Output vector data file containing class labels  (optional, off by default)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.SH EXAMPLES
+otbgui_VectorClassifier \-in vectorData.shp \-instat meanVar.xml \-model svmModel.svm \-out svmModel.svm \-feat perimeter  area  width \-cfield predicted
diff --git a/debian/otb-bin-qt.manpages b/debian/otb-bin-qt.manpages
index 8c2551e..656dedd 100644
--- a/debian/otb-bin-qt.manpages
+++ b/debian/otb-bin-qt.manpages
@@ -8,6 +8,7 @@ debian/manpages/otbgui_ColorMapping.1
 debian/manpages/otbgui_CompareImages.1
 debian/manpages/otbgui_ComputeConfusionMatrix.1
 debian/manpages/otbgui_ComputeImagesStatistics.1
+debian/manpages/otbgui_ComputeModulusAndPhase.1
 debian/manpages/otbgui_ComputeOGRLayersFeaturesStatistics.1
 debian/manpages/otbgui_ComputePolylineFeatureFromImage.1
 debian/manpages/otbgui_ConcatenateImages.1
@@ -45,6 +46,9 @@ debian/manpages/otbgui_LSMSSegmentation.1
 debian/manpages/otbgui_LSMSSmallRegionsMerging.1
 debian/manpages/otbgui_LSMSVectorization.1
 debian/manpages/otbgui_MeanShiftSmoothing.1
+debian/manpages/otbgui_MorphologicalClassification.1
+debian/manpages/otbgui_MorphologicalMultiScaleDecomposition.1
+debian/manpages/otbgui_MorphologicalProfilesAnalysis.1
 debian/manpages/otbgui_MultiImageSamplingRate.1
 debian/manpages/otbgui_MultiResolutionPyramid.1
 debian/manpages/otbgui_MultivariateAlterationDetector.1
@@ -65,6 +69,7 @@ debian/manpages/otbgui_RigidTransformResample.1
 debian/manpages/otbgui_SampleExtraction.1
 debian/manpages/otbgui_SampleSelection.1
 debian/manpages/otbgui_SARCalibration.1
+debian/manpages/otbgui_SARDeburst.1
 debian/manpages/otbgui_SarRadiometricCalibration.1
 debian/manpages/otbgui_Segmentation.1
 debian/manpages/otbgui_SFSTextureExtraction.1
@@ -78,6 +83,7 @@ debian/manpages/otbgui_TestApplication.1
 debian/manpages/otbgui_TileFusion.1
 debian/manpages/otbgui_TrainImagesClassifier.1
 debian/manpages/otbgui_TrainOGRLayersClassifier.1
+debian/manpages/otbgui_VectorClassifier.1
 debian/manpages/otbgui_VectorDataDSValidation.1
 debian/manpages/otbgui_VectorDataExtractROI.1
 debian/manpages/otbgui_VectorDataReprojection.1
diff --git a/debian/otb-bin.manpages b/debian/otb-bin.manpages
index a74e6c9..e51e8d0 100644
--- a/debian/otb-bin.manpages
+++ b/debian/otb-bin.manpages
@@ -8,6 +8,7 @@ debian/manpages/otbcli_ColorMapping.1
 debian/manpages/otbcli_CompareImages.1
 debian/manpages/otbcli_ComputeConfusionMatrix.1
 debian/manpages/otbcli_ComputeImagesStatistics.1
+debian/manpages/otbcli_ComputeModulusAndPhase.1
 debian/manpages/otbcli_ComputeOGRLayersFeaturesStatistics.1
 debian/manpages/otbcli_ComputePolylineFeatureFromImage.1
 debian/manpages/otbcli_ConcatenateImages.1
@@ -45,6 +46,9 @@ debian/manpages/otbcli_LSMSSegmentation.1
 debian/manpages/otbcli_LSMSSmallRegionsMerging.1
 debian/manpages/otbcli_LSMSVectorization.1
 debian/manpages/otbcli_MeanShiftSmoothing.1
+debian/manpages/otbcli_MorphologicalClassification.1
+debian/manpages/otbcli_MorphologicalMultiScaleDecomposition.1
+debian/manpages/otbcli_MorphologicalProfilesAnalysis.1
 debian/manpages/otbcli_MultiImageSamplingRate.1
 debian/manpages/otbcli_MultiResolutionPyramid.1
 debian/manpages/otbcli_MultivariateAlterationDetector.1
@@ -65,6 +69,7 @@ debian/manpages/otbcli_RigidTransformResample.1
 debian/manpages/otbcli_SampleExtraction.1
 debian/manpages/otbcli_SampleSelection.1
 debian/manpages/otbcli_SARCalibration.1
+debian/manpages/otbcli_SARDeburst.1
 debian/manpages/otbcli_SarRadiometricCalibration.1
 debian/manpages/otbcli_Segmentation.1
 debian/manpages/otbcli_SFSTextureExtraction.1
@@ -78,6 +83,7 @@ debian/manpages/otbcli_TestApplication.1
 debian/manpages/otbcli_TileFusion.1
 debian/manpages/otbcli_TrainImagesClassifier.1
 debian/manpages/otbcli_TrainOGRLayersClassifier.1
+debian/manpages/otbcli_VectorClassifier.1
 debian/manpages/otbcli_VectorDataDSValidation.1
 debian/manpages/otbcli_VectorDataExtractROI.1
 debian/manpages/otbcli_VectorDataReprojection.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list