Scroll to navigation

OTBCLI_COMPUTECONFUSIONMATRIX(1) User Commands OTBCLI_COMPUTECONFUSIONMATRIX(1)

NAME

otbcli_ComputeConfusionMatrix - OTB ComputeConfusionMatrix application

DESCRIPTION

This is the ComputeConfusionMatrix application, version 5.2.0 Computes the confusion matrix of a classification

Complete documentation: http://www.orfeo-toolbox.org/Applications/ComputeConfusionMatrix.html

Parameters:

<boolean> Report progress


-in <string> Input Image (mandatory)
-out <string> Matrix output (mandatory)

<string> Ground truth [raster/vector] (mandatory, default value is raster)


-ref.raster.in <string> Input reference image (mandatory)

<string> Input reference vector data (mandatory)
Field name (optional, off by default, default value is Class)
<int32> Value for nodata pixels (optional, off by default, default value is 0)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_ComputeConfusionMatrix -in clLabeledImageQB1.tif -out ConfusionMatrix.csv -ref vector -ref.vector.in VectorData_QB1_bis.shp -ref.vector.field Class -nodatalabel 255

SEE ALSO

The full documentation for otbcli_ComputeConfusionMatrix is maintained as a Texinfo manual. If the info and otbcli_ComputeConfusionMatrix programs are properly installed at your site, the command

info otbcli_ComputeConfusionMatrix

should give you access to the complete manual.

December 2015 otbcli_ComputeConfusionMatrix 5.2.0