summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Miller2017-06-26 18:13:28 -0500
committerMartin Miller2017-06-26 18:13:28 -0500
commit31c2afb511094b3d8a8e3345f165c7e6fa9071e9 (patch)
treeaadde0a379914c664241b056e4fd80a50d0ba5e3 /src
parent6c03b6e316d72d2bf8cf35a5b7890c646719ff48 (diff)
downloadrefslam-31c2afb511094b3d8a8e3345f165c7e6fa9071e9.zip
refslam-31c2afb511094b3d8a8e3345f165c7e6fa9071e9.tar.gz
10 mean pct error
Diffstat (limited to 'src')
-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 */