core: Async API / AsyncArray

This commit is contained in:
Alexander Alekhin
2019-04-25 07:22:14 +00:00
parent 447116a93c
commit 9340af1a8a
13 changed files with 878 additions and 21 deletions
@@ -0,0 +1,8 @@
#ifdef HAVE_OPENCV_CORE
#include "opencv2/core/async.hpp"
CV_PY_TO_CLASS(AsyncArray);
CV_PY_FROM_CLASS(AsyncArray);
#endif