#include <cpl.h>
#include <xsh_error.h>
Go to the source code of this file.
Functions | |
cpl_image * | xsh_imagelist_collapse_median_create (cpl_imagelist *iml) |
Compute median on imagelist. | |
cpl_image * | xsh_imagelist_collapse_mean_create (cpl_imagelist *iml) |
Compute mean on imagelist. |
cpl_image* xsh_imagelist_collapse_mean_create | ( | cpl_imagelist * | iml | ) |
Compute mean on imagelist.
in | input imagelist |
Definition at line 144 of file xsh_utils_imagelist.c.
References assure, check, and XSH_ASSURE_NOT_NULL_MSG.
cpl_image* xsh_imagelist_collapse_median_create | ( | cpl_imagelist * | iml | ) |
Compute median on imagelist.
in | input imagelist |
Definition at line 46 of file xsh_utils_imagelist.c.
References assure, check, and XSH_ASSURE_NOT_NULL_MSG.
Referenced by xsh_irplib_mkmaster_median(), and xsh_remove_cosmics().