24#include "hdrl_cat_def.h"
27cpl_error_code
hdrl_bfilt(
double **xbuf, cpl_size nx, cpl_size ny);
29void padext(
double x[], cpl_size n);
cpl_error_code hdrl_bfilt(double **xbuf, cpl_size nx, cpl_size ny)
Do bilinear median and linear filtering on background values.
void padext(double x[], cpl_size n)
Pads out array with missing points and linearly extrapolates the ends.