Method

VipsImagehist_ismonotonic

Declaration [src]

int
vips_hist_ismonotonic (
  VipsImage* in,
  gboolean* out,
  ...
)

Description [src]

Test in for monotonicity. out is set non-zero if in is monotonic.

This method is not directly available to language bindings.

Parameters

out gboolean*
 

Set non-zero if in is monotonic.

 The argument will be set by the function.
...
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.