SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
reproject_img.h
Go to the documentation of this file.
1#pragma once
2
6
7#include "image/image.h"
8#include "nlohmann/json.hpp"
9
10namespace satdump
11{
12 namespace projection
13 {
21 image::Image reprojectImage(image::Image &input, nlohmann::json target_prj, float *progress = nullptr);
22 } // namespace projection
23} // namespace satdump
Core Image class.