Smoothing Application
Brief Description
Apply a smoothing filter to an image
Tags
Image Filtering
Long Description
This application applies smoothing filter to an image. Either gaussian, mean, or anisotropic diffusion are available.
Parameters
[param] Input Image (-in): Input image to filter.
[param] Output Image (-out): filtered image.
[param] Available RAM (-ram): Available RAM
[choice] Smoothing Type (-type): smoothing kernel to apply : mean, gaussian, anisotropric diffusion.
[group] Mean:
[param] Radius (-radius): Radius in pixels
[group] Gaussian:
[param] Radius (-radius): Radius in pixels
[group] Anisotropic Diffusion:
[param] Time Step (-timestep):
[param] Nb Iterations (-nbiter):
Limitations
None
Authors
OTB-Team
See also
Example of use
Input Image: poupees.tif
Output Image: osmoothedImage.png uchar
Smoothing Type: mean
otbcli_Smoothing -in poupees.tif -out osmoothedImage.png uchar -type mean