DETMON Pipeline Reference Manual
1.2.7
|
Functions | |
int | irplib_oddeven_monitor (const cpl_image *in, int iquad, double *r_even) |
Estimate the odd/even rate in an image quadrant. | |
cpl_image * | irplib_oddeven_correct (const cpl_image *in) |
Correct the odd/even in an image. |
cpl_image* irplib_oddeven_correct | ( | const cpl_image * | in | ) |
Correct the odd/even in an image.
in | the inpute image |
Definition at line 152 of file irplib_oddeven.c.
int irplib_oddeven_monitor | ( | const cpl_image * | in, |
int | iquad, | ||
double * | r_even | ||
) |
Estimate the odd/even rate in an image quadrant.
in | the inpute image |
iquad | the quadrant (ll=1, lr=2, ul=3, ur=4, all=0) |
r_even | the median of even columns / median of all columns |
Definition at line 65 of file irplib_oddeven.c.