Constructor
VipsImagemask_gaussian
Declaration [src]
int
vips_mask_gaussian (
VipsImage** out,
int width,
int height,
double frequency_cutoff,
double amplitude_cutoff,
...
)
Description [src]
Optional arguments:
nodc
: don’t set the DC pixelreject
: invert the filter senseoptical
: coordinates in optical spaceuchar
: output a uchar image
Make a gaussian high- or low-pass filter, that is, one with a variable,
smooth transition positioned at frequency_cutoff
.
See also: vips_mask_ideal().
This constructor is not directly available to language bindings.
Parameters
out
-
Type:
VipsImage
Output image.
The argument will be set by the function. The caller of the function takes ownership of the returned data, and is responsible for freeing it. width
-
Type:
int
Image size.
height
-
Type:
int
Image size.
frequency_cutoff
-
Type:
double
Frequency threshold.
amplitude_cutoff
-
Type:
double
Amplitude threshold.
...
-
Type:
NULL
-terminated list of optional named arguments.