summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
commitb045aa1c430b86cb523b7e619d23ddc96aea521a (patch)
tree69bb5b4ee5bd157058dcfe112fe7d738fbfa2725 /src/Panorama.H
parentbf4427b9a9c912e94287a4bf9828fdd76b8a40de (diff)
parentfeae8373e6fbdafe5368410ba0ac51059f7155f7 (diff)
merge in stitching code
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 32cefa6..a538809 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -1,6 +1,4 @@
//
-// "$Id: Panorama.H,v 1.20 2005/06/22 19:47:20 hofmann Exp $"
-//
// Copyright 2005 by Johannes Hofmann
//
// This library is free software; you can redistribute it and/or
@@ -144,5 +142,7 @@ class Panorama {
Projection::Projection_t get_projection();
void set_projection(Projection::Projection_t p);
+
+ int get_coordinates(double a_view, double a_nick, double *x, double *y);
};
#endif