| OTBCLI_SMOOTHING(1) | User Commands | OTBCLI_SMOOTHING(1) |
otbcli_Smoothing - OTB Smoothing application
This is the Smoothing application, version 5.2.0 Apply a smoothing filter to an image
Complete documentation: http://www.orfeo-toolbox.org/Applications/Smoothing.html
-in <string> Input Image (mandatory)
-out <string> [pixel] Output Image
[pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is
float) (mandatory)
Image smoothing using a mean filter. otbcli_Smoothing -in Romania_Extract.tif -out smoothedImage_mean.png uchar -type mean Image smoothing using an anisotropic diffusion filter. otbcli_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
The full documentation for otbcli_Smoothing is maintained as a Texinfo manual. If the info and otbcli_Smoothing programs are properly installed at your site, the command
should give you access to the complete manual.
| December 2015 | otbcli_Smoothing 5.2.0 |