Functions to destripe VISIR data

Functions

cpl_error_code visir_destripe_image (cpl_image *self, int niter, double threshold, double thres_detect, cpl_boolean morpho)
 Remove the stripes frome an image using iterations.

Function Documentation

cpl_error_code visir_destripe_image ( cpl_image *  self,
int  niter,
double  threshold,
double  thres_detect,
cpl_boolean  morpho 
)

Remove the stripes frome an image using iterations.

Parameters:
self Input image with stripes to be removed
niter Maximum number of iterations
threshold Use for example 3.5 * 1.64
thres_detect Use for example 1.3
morpho Flag to enable the morphological cleaning
Returns:
positive if done, zero if continue, negative on error

Possible _cpl_error_code_ set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL

Definition at line 81 of file visir_destripe.c.

Referenced by visir_inputs_combine().


Generated on 24 Feb 2017 for VISIR Pipeline Reference Manual by  doxygen 1.6.1