mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 13:56:49 -04:00
Fix up the brutish hack into something that looks much better
This commit is contained in:
@ -25,11 +25,7 @@
|
||||
#include <string.h>
|
||||
|
||||
/* Autoconf logic to select the correct OpenCV version */
|
||||
@CV_HEADERS_1@
|
||||
@CV_HEADERS_2@
|
||||
#@CV_HEADERS_3@
|
||||
#@CV_HEADERS_4@
|
||||
#@CV_HEADERS_5@
|
||||
@cv_headers@
|
||||
|
||||
/* X11 includes */
|
||||
#include <X11/Xlib.h>
|
||||
|
4
include/opencv1_includes
Normal file
4
include/opencv1_includes
Normal file
@ -0,0 +1,4 @@
|
||||
/* OpenCV includes */
|
||||
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/highgui.h>
|
5
include/opencv2_includes
Normal file
5
include/opencv2_includes
Normal 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>
|
Reference in New Issue
Block a user