PANDORE Version 6 | GREYC-IMAGE |
pmcmfiltering performs a Mean Curvature Motion filtering on the input image im_in. It is based on the diffusion equation:
d(im_in/dt) - Curv(im_in).|grad(im_in)|
where Curv(im-in) = div( grad(im_in) / |grad(im_in)| ).
Concretely, the diffusion is made in the orthogonal direction with the gradient and thus it preserves the edges and smoothes the remainder of the image.
The image border (of size 1) is not considered for processing. The output image border is just a copy of the input image border.
Returns SUCCESS or FAILURE.
Applies the Mean Curvature Motion filter to tangram.pan:
pmcmfiltering 2 tangram.pan out.pan
Lissage d'une image par filtre de courbure moyenne.
Author: Abderrahim Elmoataz