summaryrefslogtreecommitdiff
path: root/dev-ros/visp_auto_tracker/files/ocv4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/visp_auto_tracker/files/ocv4.patch')
-rw-r--r--dev-ros/visp_auto_tracker/files/ocv4.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ros/visp_auto_tracker/files/ocv4.patch b/dev-ros/visp_auto_tracker/files/ocv4.patch
deleted file mode 100644
index 79a6970af9f7..000000000000
--- a/dev-ros/visp_auto_tracker/files/ocv4.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: visp_auto_tracker/flashcode_mbt/libauto_tracker/states.hpp
-===================================================================
---- visp_auto_tracker.orig/flashcode_mbt/libauto_tracker/states.hpp
-+++ visp_auto_tracker/flashcode_mbt/libauto_tracker/states.hpp
-@@ -1,6 +1,6 @@
- #ifndef __EVENTS_H__
- #define __EVENTS_H__
--#include "cv.h"
-+#include <opencv2/core/core_c.h>
- // back-end
- #include <boost/msm/back/state_machine.hpp>
- //front-end
-Index: visp_auto_tracker/flashcode_mbt/libauto_tracker/tracking.cpp
-===================================================================
---- visp_auto_tracker.orig/flashcode_mbt/libauto_tracker/tracking.cpp
-+++ visp_auto_tracker/flashcode_mbt/libauto_tracker/tracking.cpp
-@@ -1,6 +1,6 @@
- #include "ros/ros.h"
--#include "cv.h"
--#include "highgui.h"
-+#include <opencv2/core/core_c.h>
-+#include <opencv2/highgui/highgui_c.h>
- #include "tracking.h"
- #include <visp3/core/vpImageConvert.h>
- #include <visp3/core/vpPixelMeterConversion.h>