VISIR Pipeline Reference Manual  4.1.7
Functions
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. More...
 

Detailed Description

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
selfInput image with stripes to be removed
niterMaximum number of iterations
thresholdUse for example 3.5 * 1.64
thres_detectUse for example 1.3
morphoFlag 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().