41 const cpl_vector * samplepos,
47#if defined HDRL_USE_EXPERIMENTAL || defined HDRL_USE_PRIVATE
52 const cpl_imagelist * samplepos,
65#ifdef HDRL_USE_PRIVATE
cpl_error_code hdrl_fit_polynomial_imagelist2(const hdrl_imagelist *list, const cpl_imagelist *samplepos, const int degree, hdrl_imagelist **coef, cpl_image **chi2, cpl_image **dof)
weighted least squares polynomial fit of each pixel of a imagelist
Definition hdrl_fit.c:540
CPL_BEGIN_DECLS cpl_error_code hdrl_fit_polynomial_imagelist(const hdrl_imagelist *list, const cpl_vector *samplepos, const int degree, hdrl_imagelist **coef, cpl_image **chi2, cpl_image **dof)
weighted least squares polynomial fit of each pixel of a imagelist
Definition hdrl_fit.c:367
Definition hdrl_imagelist_defs.h:42