SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
earth_curvature.h
Go to the documentation of this file.
1#pragma once
2
7
8#include "image.h"
9
10namespace satdump
11{
12 namespace image
13 {
14 namespace earth_curvature
15 {
31 Image correct_earth_curvature(Image &image, float satellite_height, float swath, float resolution_km, std::vector<float> *foward_table = nullptr,
32 std::vector<float> *reverse_table = nullptr);
33
43 Image perform_geometric_correction(image::Image img, bool &success, std::vector<float> *foward_table = nullptr, std::vector<float> *reverse_table = nullptr);
44 } // namespace earth_curvature
45 } // namespace image
46} // namespace satdump
Core Image class.