mirror of
https://github.com/bspeice/libcvautomation
synced 2025-01-08 06:51:27 -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>
|