DESCRIPTION
This is the PredictRegression application, version 5.2.0 Performs a prediction of the input image according to a regression model file.Complete documentation: http://www.orfeo-toolbox.org/Applications/PredictRegression.html
Parameters:
- -progress <boolean>
- Report progress
-in <string> Input Image (mandatory)
- -mask
- <string> Input Mask (optional, off by default)
-model <string> Model file (mandatory)
- -imstat
- <string> Statistics file (optional, off by default)
-out <string> [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
- -ram
- <int32> Available RAM (Mb) (optional, off by default, default value is 128)
- -inxml
- <string> Load otb application from xml file (optional, off by default)
EXAMPLES
otbgui_PredictRegression -in QB_1_ortho.tif -imstat EstimateImageStatisticsQB1.xml -model clsvmModelQB1.svm -out clLabeledImageQB1.tif