Scattered Light Correction
Typedefs | |
| typedef GiSLightSetup | GiSLightSetup |
Functions | |
| cxint | giraffe_adjust_scattered_light (GiImage *result, const GiImage *image, const GiLocalization *localization, const GiImage *bpixel, GiImage *phff, const GiSLightConfig *config) |
| Compute a scattered light model for a given image. | |
| GiSLightConfig * | giraffe_slight_config_create (cpl_parameterlist *list) |
| Creates a setup structure for the scattered light computation. | |
| void | giraffe_slight_config_destroy (GiSLightConfig *config) |
| Destroys a scattered light setup structure. | |
| void | giraffe_slight_config_add (cpl_parameterlist *list) |
| Adds parameters for the scattered light computation. | |
Detailed Description
TBDFunction Documentation
|
||||||||||||||||||||||||||||
|
Compute a scattered light model for a given image.
The supported scattered light model are a polynomial and a polynomial fraction. Definition at line 1204 of file gislight.c. References GiSLightConfig::ewidth, giraffe_image_get(), giraffe_image_get_properties(), giraffe_image_set(), giraffe_image_set_properties(), GiSLightConfig::istrim, GiSLightConfig::iswidth, GiLocalization::locw, GiLocalization::locy, GiSLightConfig::model, GiSLightConfig::xorder, GiSLightConfig::xstep, GiSLightConfig::yorder, and GiSLightConfig::ystep. |
|
|
Adds parameters for the scattered light computation.
Definition at line 1608 of file gislight.c. |
|
|
Creates a setup structure for the scattered light computation.
Definition at line 1386 of file gislight.c. References giraffe_slight_config_destroy(). |
|
|
Destroys a scattered light setup structure.
Definition at line 1576 of file gislight.c. References GiSLightConfig::model. Referenced by giraffe_slight_config_create(). |
