summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 52f8228..e7fa82f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -16,6 +16,11 @@ using Eigen::Vector2d;
using Eigen::Vector3d;
using Eigen::Vector4d;
+extern double feature_noise;
+extern double view_noise;
+extern double initial_view_noise;
+extern double reflection_view_noise;
+
typedef Eigen::Matrix<double,2,1,Eigen::DontAlign> UVector2d;
// A struct for storing measurements.
typedef enum {BOTH,REFLECTION,MONO,HEIGHT} measurement_type;