23#ifndef FILTERS_GP_SIGMA_H
24#define FILTERS_GP_SIGMA_H
28int gp_filter_sigma_ex(
const gp_pixmap *src,
34 unsigned int min,
float sigma,
41 unsigned int min,
float sigma,
44static inline int gp_filter_sigma(
const gp_pixmap *src,
47 unsigned int min,
float sigma,
50 return gp_filter_sigma_ex(src, 0, 0, src->
w, src->
h,
51 dst, 0, 0, xrad, yrad, min, sigma, callback);
56 unsigned int min,
float sigma,
59 return gp_filter_sigma_ex_alloc(src, 0, 0, src->
w, src->
h,
60 xrad, yrad, min, sigma, callback);
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
uint32_t h
Pixmap height in pixels.
uint32_t w
Pixmap width in pixels.