mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
9 lines
126 B
C++
9 lines
126 B
C++
#ifdef HAVE_OPENCV_CORE
|
|
|
|
#include "opencv2/core/async.hpp"
|
|
|
|
CV_PY_TO_CLASS(AsyncArray);
|
|
CV_PY_FROM_CLASS(AsyncArray);
|
|
|
|
#endif
|