table of contents
OTBCLI_PREDICTREGRESSION(1) | User Commands | OTBCLI_PREDICTREGRESSION(1) |
NAME¶
otbcli_PredictRegression - OTB PredictRegression application
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)
EXAMPLES¶
otbcli_PredictRegression -in QB_1_ortho.tif -imstat EstimateImageStatisticsQB1.xml -model clsvmModelQB1.svm -out clLabeledImageQB1.tif
SEE ALSO¶
The full documentation for otbcli_PredictRegression is maintained as a Texinfo manual. If the info and otbcli_PredictRegression programs are properly installed at your site, the command
- info otbcli_PredictRegression
should give you access to the complete manual.
December 2015 | otbcli_PredictRegression 5.2.0 |