Scroll to navigation

OTBGUI_VECTORCLASSIFIER(1) User Commands OTBGUI_VECTORCLASSIFIER(1)

NAME

otbgui_VectorClassifier - OTB VectorClassifier application

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).

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

Parameters:

Report progress

-in <string> Name of the input vector data (mandatory)

<string> Statistics file (optional, off by default)

-model <string> Model file (mandatory)

<string> Field containing the predicted class (mandatory, default value is predicted)
<string list> Field names to be calculated. (mandatory, default value is )
<boolean> Confidence map (optional, off by default)
<string> Output vector data file containing class labels (optional, off by default)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_VectorClassifier -in vectorData.shp -instat meanVar.xml -model svmModel.svm -out svmModel.svm -feat perimeter area width -cfield predicted

May 2017 otbgui_VectorClassifier 6.0.0