A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://libvips.github.io/libvips/API/current/ctor.Image.mask_gaussian_band.html below:

Vips.Image.mask_gaussian_band

Constructor VipsImagemask_gaussian_band Declaration [src]
int
vips_mask_gaussian_band (
  VipsImage** out,
  int width,
  int height,
  double frequency_cutoff_x,
  double frequency_cutoff_y,
  double radius,
  double amplitude_cutoff,
  ...
)
Description [src]

Make a gaussian band-pass or band-reject filter, that is, one with a variable, smooth transition positioned at frequency_cutoff_x, frequency_cutoff_y, of radius radius.

Optional arguments

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_x

Type: double

Band position.

frequency_cutoff_y

Type: double

Band position.

radius

Type: double

Band radius.

amplitude_cutoff

Type: double

Amplitude threshold.

...

Type: 

NULL-terminated list of optional named arguments.

Return value

Type: int

0 on success, -1 on error.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4