mirror of
https://github.com/bspeice/libcvautomation
synced 2025-03-10 13:31:28 -04: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>
|