summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a6b66bc..f5bcc11 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -48,6 +48,9 @@ double accbiasx = -0.007870;
double accbiasy = 0.0179085;
double accbiasz = -0.006310;
+double xcorrsrc = 0.9;
+double xcorrref = 0.4;
+
using std::cout;
using std::endl;
using std::cerr;
@@ -486,6 +489,8 @@ main(int argc, char **argv)
fscanf(pfin,"%lf",&ransac_li_threshold);
fscanf(pfin,"%lf",&ransac_hi_threshold);
fscanf(pfin,"%lf",&covbias);
+ fscanf(pfin,"%lf",&xcorrsrc);
+ fscanf(pfin,"%lf",&xcorrref);
/*
fscanf(pfin,"%lf",&angbiasx);
fscanf(pfin,"%lf",&angbiasy);