mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
|
/* 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>
|