summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/feature.h4
-rw-r--r--src/main.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/feature.h b/src/feature.h
index ca6944b..c78c4a8 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -7,7 +7,7 @@
#include "camera.h"
#include "types.h"
-#define FEATURE_NOISE 2.0 /* Feature process noise */
+#define FEATURE_NOISE 3.5 /* Feature process noise */
#define VIEW_NOISE 6e-3 /* */
#define INITIAL_VIEW_NOISE 1e-3 /* */
#define REFLECTION_VIEW_NOISE 6e-3 /* */
@@ -17,7 +17,7 @@
#define FEATURECOVRHO_MONO 0.5 /* */
#define RHO_0 1./10. /* */
#define RANSAC_LI_THRESHOLD 4e-6 /* */
-#define RANSAC_HI_THRESHOLD 1e-2 /* */
+#define RANSAC_HI_THRESHOLD 5e-2 /* */
#define INITDEPTH
using cv::Mat;
diff --git a/src/main.h b/src/main.h
index 6af6b6a..7b8ebac 100644
--- a/src/main.h
+++ b/src/main.h
@@ -43,8 +43,8 @@
//#define ACCBIASZ -1*-0.00709229
//#define CANOECENTER 0.82 /* center of gravity of canoe */
-#define CANOECENTER 0.65 /* center of gravity of canoe */
-#define CANOEHEIGHT -0.50
+#define CANOECENTER 0.62 /* center of gravity of canoe */
+#define CANOEHEIGHT -0.46
//#define CANOEHEIGHT -0.75
#define DOWNSAMPLE 1 /* */
#define HEIGHT_FROM_ATTITUDE /* use the attitude to measure the height */