SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
product_dotmap.h
Go to the documentation of this file.
1#pragma once
2
6
7#include "image/image.h"
9
10namespace satdump
11{
12 namespace products
13 {
17 image::Image generate_dotmap_product_image(PunctiformProduct *product, std::string channel,
18 int width, int height, int dotsize, bool background, bool use_lut,
19 double min, double max,
20 float *progress = nullptr);
21
25 image::Image generate_fillmap_product_image(PunctiformProduct *product, std::string channel,
26 int width, int height, double min, double max,
27 float *progress = nullptr);
28 }
29}
Definition punctiform_product.h:19
Core Image class.