.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OTBGUI_SMOOTHING "1" "December 2015" "otbgui_Smoothing 5.2.0" "User Commands" .SH NAME otbgui_Smoothing \- OTB Smoothing application .SH DESCRIPTION This is the Smoothing application, version 5.2.0 Apply a smoothing filter to an image .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/Smoothing.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Input Image (mandatory) \fB\-out\fR [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) .TP \fB\-ram\fR Available RAM (Mb) (optional, off by default, default value is 128) .TP \fB\-type\fR Smoothing Type [mean/gaussian/anidif] (mandatory, default value is anidif) .TP \fB\-type\fR.mean.radius Radius (mandatory, default value is 2) .TP \fB\-type\fR.gaussian.radius Radius (mandatory, default value is 2) .TP \fB\-type\fR.anidif.timestep Time Step (mandatory, default value is 0.125) .TP \fB\-type\fR.anidif.nbiter Nb Iterations (mandatory, default value is 10) .TP \fB\-type\fR.anidif.conductance Conductance (mandatory, default value is 1) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES Image smoothing using a mean filter. otbgui_Smoothing \-in Romania_Extract.tif \-out smoothedImage_mean.png uchar \-type mean Image smoothing using an anisotropic diffusion filter. otbgui_Smoothing \-in Romania_Extract.tif \-out smoothedImage_ani.png float \-type anidif \-type.anidif.timestep 0.1 \-type.anidif.nbiter 5 \-type.anidif.conductance 1.5 .SH "SEE ALSO" The full documentation for .B otbgui_Smoothing is maintained as a Texinfo manual. If the .B info and .B otbgui_Smoothing programs are properly installed at your site, the command .IP .B info otbgui_Smoothing .PP should give you access to the complete manual.