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_butterworth_ring.html below:

Vips.Image.mask_butterworth_ring

Constructor VipsImagemask_butterworth_ring Declaration [src]
int
vips_mask_butterworth_ring (
  VipsImage** out,
  int width,
  int height,
  double order,
  double frequency_cutoff,
  double amplitude_cutoff,
  double ringwidth,
  ...
)
Description [src]

Make a butterworth ring-pass or ring-reject filter, that is, one with a variable, smooth transition positioned at frequency_cutoff of width width, where frequency_cutoff is in the range 0 - 1.

The shape of the curve is controlled by order — higher values give a sharper transition. See Gonzalez and Wintz, Digital Image Processing, 1987.

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.

order

Type: double

Filter order.

frequency_cutoff

Type: double

Frequency threshold.

amplitude_cutoff

Type: double

Amplitude threshold.

ringwidth

Type: double

Ringwidth.

...

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