SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
reproject_img.h File Reference
#include "image/image.h"
#include "nlohmann/json.hpp"

Go to the source code of this file.

Functions

image::Image satdump::projection::reprojectImage (image::Image &input, nlohmann::json target_prj, float *progress=nullptr)
 Reproject an image to another projection.

Function Documentation

◆ reprojectImage()

image::Image satdump::projection::reprojectImage ( image::Image & input,
nlohmann::json target_prj,
float * progress = nullptr )

Reproject an image to another projection.

Parameters
inputimage to reproject
target_projtarget projection
progressoptional progress variable
Returns
reprojected image. 0 if failed