summaryrefslogtreecommitdiff
path: root/src/vision.h
diff options
context:
space:
mode:
authorMartin Miller2018-01-28 10:58:23 -0500
committerMartin Miller2018-01-28 10:58:23 -0500
commit72faa54ddcd07972f250a53098b0ecfbd08363df (patch)
treea614c7bf69f8a1c049918bc659ef3c7035832611 /src/vision.h
parent7b8821a18a2105df4c0b1eedfbd36f1f7984428c (diff)
downloadrefslam-72faa54ddcd07972f250a53098b0ecfbd08363df.zip
refslam-72faa54ddcd07972f250a53098b0ecfbd08363df.tar.gz
Change core.hpp to opencv.hpp so that I can compile.
If you are using the hpc then you might need to revert this.
Diffstat (limited to 'src/vision.h')
-rw-r--r--src/vision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vision.h b/src/vision.h
index 1bbc366..90227cc 100644
--- a/src/vision.h
+++ b/src/vision.h
@@ -1,6 +1,6 @@
#ifndef vision_INC
#define vision_INC
-#include <opencv2/core.hpp>
+#include <opencv2/opencv.hpp>
#include <Eigen/Dense>
#include <iostream>
#include <opencv2/highgui/highgui.hpp>