|
IIINSTRUMENT Pipeline Reference Manual 4.6.1
|
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. | |
| 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.
| 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 |
Possible #_cpl_error_code_ set in this function:
Definition at line 81 of file visir_destripe.c.
Referenced by visir_inputs_combine().