summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 19:15:31 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 19:15:31 +0100
commit2bb6b0766cbc941fa3bfc1b5ed17cf530c841ba3 (patch)
treed3a96ad10b7d51ebf75c3b466a51a0d16356b569 /src/Panorama.H
parentfaf5dff31fcbafb5cfa8575b85ffaf2408ff5d39 (diff)
add get_distortion_parms()
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index fc27e43..1658da5 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -130,6 +130,8 @@ class Panorama {
void set_projection(ProjectionLSQ::Projection_t p);
+ void get_distortion_params(double *k0, double *k1);
+
void set_distortion_params(double k0, double k1);
int get_coordinates(double a_alph, double a_nick, double *x, double *y);