#include <cpl.h>#include <xsh_cpl_size.h>Go to the source code of this file.
Functions | |
| cpl_image * | xsh_image_filter_mode (const cpl_image *b, const cpl_matrix *ker, cpl_filter_mode filter) |
| cpl_polynomial * | xsh_polynomial_fit_1d_create (const cpl_vector *x_pos, const cpl_vector *values, int degree, double *mse) |
| cpl_polynomial * | xsh_polynomial_fit_2d_create (cpl_bivector *xy_pos, cpl_vector *values, cpl_size *degree, double *mse) |
| cpl_image * | xsh_image_filter_median (const cpl_image *, const cpl_matrix *) |
| cpl_image * | xsh_image_filter_linear (const cpl_image *, const cpl_matrix *) |
| cpl_image* xsh_image_filter_linear | ( | const cpl_image * | , | |
| const cpl_matrix * | ||||
| ) |
Definition at line 209 of file xsh_utils_wrappers.c.
References xsh_image_filter_mode().
Referenced by xsh_remove_crh_single().
| cpl_image* xsh_image_filter_median | ( | const cpl_image * | , | |
| const cpl_matrix * | ||||
| ) |
Definition at line 203 of file xsh_utils_wrappers.c.
References xsh_image_filter_wrapper().
Referenced by xsh_image_mflat_detect_blemishes(), xsh_image_mflat_detect_hotcold(), xsh_remove_crh_single(), and xsh_spectrum_find_brightest().
| cpl_image* xsh_image_filter_mode | ( | const cpl_image * | b, | |
| const cpl_matrix * | ker, | |||
| cpl_filter_mode | filter | |||
| ) |
Definition at line 63 of file xsh_utils_wrappers.c.
References check, nx, ny, and xsh_msg_error.
Referenced by xsh_image_filter_linear().
| cpl_polynomial* xsh_polynomial_fit_1d_create | ( | const cpl_vector * | x_pos, | |
| const cpl_vector * | values, | |||
| int | degree, | |||
| double * | mse | |||
| ) |
Definition at line 165 of file xsh_utils_wrappers.c.
Referenced by xsh_array_clip_poly1d(), xsh_compute_flat_edges(), xsh_compute_linearity(), xsh_create_blaze(), xsh_cube_trace_fit(), xsh_detect_continuum(), xsh_detect_order_edge(), xsh_image_gaussian_fit_y(), xsh_localize_obj_auto(), xsh_order_edge_list_fit(), xsh_order_list_fit(), and xsh_vector_integrate().
| cpl_polynomial* xsh_polynomial_fit_2d_create | ( | cpl_bivector * | xy_pos, | |
| cpl_vector * | values, | |||
| cpl_size * | degree, | |||
| double * | mse | |||
| ) |
Definition at line 121 of file xsh_utils_wrappers.c.
Referenced by xsh_wavemap_list_compute_poly().
1.6.1