16#ifndef FILTERS_GP_GAUSSIAN_NOISE_H
17#define FILTERS_GP_GAUSSIAN_NOISE_H
21int gp_filter_gaussian_noise_add_ex(
const gp_pixmap *src,
26 float sigma,
float mu,
32 float sigma,
float mu,
35static inline int gp_filter_gaussian_noise_add(
const gp_pixmap *src,
37 float sigma,
float mu,
40 return gp_filter_gaussian_noise_add_ex(src, 0, 0, src->
w, src->
h,
41 dst, 0, 0, sigma, mu, callback);
45gp_filter_gaussian_noise_add_alloc(
const gp_pixmap *src,
46 float sigma,
float mu,
49 return gp_filter_gaussian_noise_add_ex_alloc(src, 0, 0, src->
w, src->
h,
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.