17#ifndef FILTERS_GP_MEDIAN_H
18#define FILTERS_GP_MEDIAN_H
22int gp_filter_median_ex(
const gp_pixmap *src,
36static inline int gp_filter_median(
const gp_pixmap *src,
41 return gp_filter_median_ex(src, 0, 0, src->
w, src->
h,
42 dst, 0, 0, xmed, ymed, callback);
49 return gp_filter_median_ex_alloc(src, 0, 0, src->
w, src->
h,
50 xmed, ymed, 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.