Odd/Even column effect correction

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.

Function Documentation

cpl_image* irplib_oddeven_correct ( const cpl_image *  in  ) 

Correct the odd/even in an image.

Parameters:
in the inpute image
Returns:
the corrected image or NULL on error case

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.

Parameters:
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
Returns:
0 if ok, -1 otherwise

Definition at line 65 of file irplib_oddeven.c.


Generated on 1 Mar 2011 for DETMON Pipeline Reference Manual by  doxygen 1.6.1