.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OTBCLI_MULTIIMAGESAMPLINGRATE "1" "November 2016" "otbgui_MultiImageSamplingRate 5.8.0" "User Commands" .SH NAME otbgui_MultiImageSamplingRate \- OTB MultiImageSamplingRate application .SH DESCRIPTION This is the MultiImageSamplingRate application, version 5.8.0 Compute sampling rate for an input set of images. .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/MultiImageSamplingRate.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-il\fR Input statistics (mandatory) \fB\-out\fR Output sampling rates (mandatory) .TP \fB\-strategy\fR Sampling strategy [byclass/constant/smallest/percent/total/all] (mandatory, default value is smallest) .TP \fB\-strategy\fR.byclass.in Number of samples by class (mandatory) .TP \fB\-strategy\fR.constant.nb Number of samples for all classes (mandatory) .TP \fB\-strategy\fR.percent.p The percentage(s) to use (mandatory) .TP \fB\-strategy\fR.total.v The number of samples to generate (mandatory) .TP \fB\-mim\fR Multi\-Image Mode [proportional/equal/custom] (mandatory, default value is proportional) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbgui_MultiImageSamplingRate \-il stats_1.xml stats_2.xml \-out rates.csv \-strategy smallest \-mim proportional