DESCRIPTION
This is the Smoothing application, version 5.2.0 Apply a smoothing filter to an imageComplete documentation: http://www.orfeo-toolbox.org/Applications/Smoothing.html
Parameters:
- -progress
- <boolean> Report progress
-in <string> Input Image (mandatory)
-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)
- -type
- <string> Smoothing Type [mean/gaussian/anidif] (mandatory, default value is anidif)
- -type.mean.radius
- <int32> Radius (mandatory, default value is 2)
- -type.gaussian.radius
- <float> Radius (mandatory, default value is 2)
- -type.anidif.timestep
- <float> Time Step (mandatory, default value is 0.125)
- -type.anidif.nbiter
- <int32> Nb Iterations (mandatory, default value is 10)
- -type.anidif.conductance <float>
- Conductance (mandatory, default value is 1)
- -inxml
- <string> Load otb application from xml file (optional, off by default)