PANDORE Version 6 |
GREYC-IMAGE |
pshensmoothing
Performs Shen-Castan smoothing on image.
Synopsis
pshensmoothing sigma [-m mask] [im_in|-] [im_out|-]
Description
pshensmoothing performs Shen-Castan smoothing
of the input image im_in.
Parameters
- sigma specifies the strength of
the smoothing The lower is value, the stronger is the smoothing.
A typical value is 1.5.
Inputs
Outputs
- im_out: an image of the same type as the input image.
Result
Returns SUCCESS or FAILURE.
Examples
Performs Shen smoothing on tangram.pan:
pshensmoothing 1 tangram.pan out.pan
See also
Filtering
C++ prototype
Errc PShenSmoothing( const Img2duc &im_in, Img2duc &im_out, float sigma );
Version française
Lissage de Shen&Castan.
Author: Carlotti & Joguet