Skip to content
Snippets Groups Projects
Commit 3458014d authored by Sergi Foix Salmerón's avatar Sergi Foix Salmerón
Browse files

updating openCV header include to newer versions

parent 2a0f311f
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@
#include <iostream>
#include <string>
#include <sstream>
#include "cv.h"
#include "highgui.h"
#include <opencv2/opencv.hpp>
using namespace cv;
const int num_frames=10;
......
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