|
SatDump 2.0.0-alpha-520736c72
|
Go to the source code of this file.
Functions | |
| image::Image | satdump::products::generate_dotmap_product_image (PunctiformProduct *product, std::string channel, int width, int height, int dotsize, bool background, bool use_lut, double min, double max, float *progress) |
| image::Image | satdump::products::generate_fillmap_product_image (PunctiformProduct *product, std::string channel, int width, int height, double min, double max, float *progress) |
| image::Image satdump::products::generate_dotmap_product_image | ( | PunctiformProduct * | product, |
| std::string | channel, | ||
| int | width, | ||
| int | height, | ||
| int | dotsize, | ||
| bool | background, | ||
| bool | use_lut, | ||
| double | min, | ||
| double | max, | ||
| float * | progress = nullptr ) |
TODOREWORK Make this generic, and extract points & projection from product
| image::Image satdump::products::generate_fillmap_product_image | ( | PunctiformProduct * | product, |
| std::string | channel, | ||
| int | width, | ||
| int | height, | ||
| double | min, | ||
| double | max, | ||
| float * | progress = nullptr ) |
TODOREWORK Make this generic, and extract points & projection from product