From 6c03b6e316d72d2bf8cf35a5b7890c646719ff48 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Mon, 26 Jun 2017 17:12:54 -0500 Subject: 10pct mean error --- src/feature.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index 05c268c..ca6944b 100644 --- a/src/feature.h +++ b/src/feature.h @@ -7,17 +7,17 @@ #include "camera.h" #include "types.h" -#define FEATURE_NOISE 1 /* Feature process noise */ -#define VIEW_NOISE 1e-2 /* */ -#define INITIAL_VIEW_NOISE 1e-2 /* */ -#define REFLECTION_VIEW_NOISE 1e-1 /* */ -#define FEATURECOVX .001 /* */ -#define FEATURECOVY .001 /* */ +#define FEATURE_NOISE 2.0 /* Feature process noise */ +#define VIEW_NOISE 6e-3 /* */ +#define INITIAL_VIEW_NOISE 1e-3 /* */ +#define REFLECTION_VIEW_NOISE 6e-3 /* */ +#define FEATURECOVX .0001 /* */ +#define FEATURECOVY .0001 /* */ #define FEATURECOVRHO 25e-4 /* */ #define FEATURECOVRHO_MONO 0.5 /* */ #define RHO_0 1./10. /* */ #define RANSAC_LI_THRESHOLD 4e-6 /* */ -#define RANSAC_HI_THRESHOLD 5e-2 /* */ +#define RANSAC_HI_THRESHOLD 1e-2 /* */ #define INITDEPTH using cv::Mat; -- cgit v1.1