.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH OTBCLI_LARGESCALEMEANSHIFT "1" "October 2017" "otbcli_LargeScaleMeanShift 6.2.0" "User Commands" .SH NAME otbcli_LargeScaleMeanShift \- OTB LargeScaleMeanShift application .SH DESCRIPTION This is the Large\-Scale MeanShift (LargeScaleMeanShift) application, version 6.2.0 .PP Large\-scale segmentation using MeanShift Complete documentation: http://www.orfeo\-toolbox.org/Applications/LargeScaleMeanShift.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .TP \fB\-help\fR Display long help (empty list), or help for given parameters keys .PP \fB\-in\fR Input Image (mandatory) .TP \fB\-spatialr\fR Spatial radius (optional, on by default, default value is 5) .TP \fB\-ranger\fR Range radius (optional, on by default, default value is 15) .TP \fB\-minsize\fR Minimum Segment Size (optional, on by default, default value is 50) .TP \fB\-tilesizex\fR Size of tiles in pixel (X\-axis) (mandatory, default value is 500) .TP \fB\-tilesizey\fR Size of tiles in pixel (Y\-axis) (mandatory, default value is 500) .TP \fB\-mode\fR Output mode [vector/raster] (mandatory, default value is vector) .TP \fB\-mode\fR.vector.imfield Support image for field computation (optional, off by default) .PP \fB\-mode\fR.vector.out Output GIS vector file (mandatory) .TP \fB\-mode\fR.raster.out [pixel] The output raster image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is uint32) (mandatory) .TP \fB\-cleanup\fR Temporary files cleaning (optional, on by default) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .PP Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters. .SH EXAMPLES otbcli_LargeScaleMeanShift \-in QB_1_ortho.tif \-spatialr 4 \-ranger 80 \-minsize 16 \-mode.vector.out regions.shp