Commit b3655233 authored by Daniel Fernandes's avatar Daniel Fernandes

Changing #include to generic video.hpp

Per https://github.com/Itseez/opencv/pull/2783#discussion_r13573590
parent a0459c23
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include <opencv2/imgproc.hpp> #include <opencv2/imgproc.hpp>
#include <opencv2/calib3d.hpp> #include <opencv2/calib3d.hpp>
#include <opencv2/photo.hpp> #include <opencv2/photo.hpp>
#include <opencv2/video/tracking.hpp> #include <opencv2/video.hpp>
namespace cv { namespace cv {
namespace bridge { namespace bridge {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment