20#ifndef XSH_UTILS_WRAPPERS_H
21#define XSH_UTILS_WRAPPERS_H
27 const cpl_matrix * ker,
32 const cpl_vector * x_pos,
33 const cpl_vector * values,
cpl_polynomial * xsh_polynomial_fit_2d_create(cpl_bivector *xy_pos, cpl_vector *values, cpl_size *degree, double *mse)
cpl_image * xsh_image_filter_linear(const cpl_image *, const cpl_matrix *)
cpl_polynomial * xsh_polynomial_fit_1d_create(const cpl_vector *x_pos, const cpl_vector *values, int degree, double *mse)
cpl_image * xsh_image_filter_median(const cpl_image *, const cpl_matrix *)
cpl_image * xsh_image_filter_mode(const cpl_image *b, const cpl_matrix *ker, cpl_filter_mode filter)