summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-16 17:13:56 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-16 17:13:56 +0100
commit8cba58d9aa6b4f92fe90231966f58ad0435f1d3f (patch)
treed6f86fda2a35f1dace0b5a58c322b544a435cb0e /src/Stitch.H
parentbe9c6d740796edbb097b56ca3fdb181687d5dd47 (diff)
try other model
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 29f0ef3..9fe3c15 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -18,7 +18,8 @@ class Stitch {
private:
GipfelWidget *gipf[MAX_PICS];
int num_pics;
- double color_adjust[MAX_PICS][3][3];
+ double color_adjust[MAX_PICS][3];
+ double V1, V2;
OutputImage *single_images[MAX_PICS];
OutputImage *merged_image;