.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OTBCLI_FUSIONOFCLASSIFICATIONS "1" "December 2015" "otbcli_FusionOfClassifications 5.2.0" "User Commands" .SH NAME otbcli_FusionOfClassifications \- OTB FusionOfClassifications application .SH DESCRIPTION This is the FusionOfClassifications application, version 5.2.0 Fuses several classifications maps of the same image on the basis of class labels. .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/FusionOfClassifications.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-il\fR Input classifications (mandatory) .TP \fB\-method\fR Fusion method [majorityvoting/dempstershafer] (mandatory, default value is majorityvoting) .TP \fB\-method\fR.dempstershafer.cmfl Confusion Matrices (mandatory) .TP \fB\-method\fR.dempstershafer.mob Mass of belief measurement [precision/recall/accuracy/kappa] (mandatory, default value is precision) .TP \fB\-nodatalabel\fR Label for the NoData class (mandatory, default value is 0) .TP \fB\-undecidedlabel\fR Label for the Undecided class (mandatory, default value is 0) .PP \fB\-out\fR [pixel] The output classification image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is uint8) (mandatory) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbcli_FusionOfClassifications \-il classification1.tif classification2.tif classification3.tif \-method dempstershafer \-method.dempstershafer.cmfl classification1.csv classification2.csv classification3.csv \-method.dempstershafer.mob precision \-nodatalabel 0 \-undecidedlabel 10 \-out classification_fused.tif .SH "SEE ALSO" The full documentation for .B otbcli_FusionOfClassifications is maintained as a Texinfo manual. If the .B info and .B otbcli_FusionOfClassifications programs are properly installed at your site, the command .IP .B info otbcli_FusionOfClassifications .PP should give you access to the complete manual.