Fix up the brutish hack into something that looks much better

This commit is contained in:
Bradlee Speice
2012-07-19 17:32:59 -04:00
parent c4c700fcda
commit 86332f894b
4 changed files with 13 additions and 15 deletions

5
include/opencv2_includes Normal file
View File

@ -0,0 +1,5 @@
/* OpenCV2 includes - some filenames are different
* from the OpenCV1 counterparts */
#include <opencv2/core/core_c.h>
#include <opencv2/highgui/highgui_c.h>
#include <opencv2/imgproc/imgproc_c.h>