SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
gcp_compute.h
Go to the documentation of this file.
1#pragma once
2
6
7#include "projection/thinplatespline.h"
9
10namespace satdump
11{
12 namespace projection
13 {
20 std::vector<projection::GCP> compute_gcps(Projection p);
21 }
22}
Extremely generic class to handle projections.
Definition projection.h:34