Skip to content
Snippets Groups Projects
Commit fbc011e9 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Add opencv calib include

parent f3ef6cad
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ using namespace boost::assign; // bring 'operator+=()' into scope ...@@ -28,6 +28,7 @@ using namespace boost::assign; // bring 'operator+=()' into scope
#include <opencv2/xfeatures2d/nonfree.hpp> #include <opencv2/xfeatures2d/nonfree.hpp>
#include <opencv2/xfeatures2d.hpp> #include <opencv2/xfeatures2d.hpp>
#include <opencv2/line_descriptor/descriptor.hpp> #include <opencv2/line_descriptor/descriptor.hpp>
#include <opencv2/calib3d.hpp>
typedef std::vector<cv::Point2f> PointVector; typedef std::vector<cv::Point2f> PointVector;
typedef std::vector<cv::KeyPoint> KeyPointVector; typedef std::vector<cv::KeyPoint> KeyPointVector;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment