cimg_funcs
cimg_funcs — expose operations from the CImg library, mostly noise
removal
|
|
Stability Level
Stable, unless otherwise indicated
Synopsis
#include <vips/vips.h>
int im_greyc_mask (IMAGE *in,
IMAGE *out,
IMAGE *mask,
int iterations,
float amplitude,
float sharpness,
float anisotropy,
float alpha,
float sigma,
float dl,
float da,
float gauss_prec,
int interpolation,
int fast_approx);
Description
The GREYCstoration filter.
Details
im_greyc_mask ()
int im_greyc_mask (IMAGE *in,
IMAGE *out,
IMAGE *mask,
int iterations,
float amplitude,
float sharpness,
float anisotropy,
float alpha,
float sigma,
float dl,
float da,
float gauss_prec,
int interpolation,
int fast_approx);