dnn: use AsyncArray
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Wed, 1 May 2019 11:51:12 +0000 (11:51 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sat, 18 May 2019 19:32:23 +0000 (19:32 +0000)
commit132253c9f3c20a2902b3dc9481c45a0f4a71f739
treebf8742d991fd9eac206974e93a17e843be621ee4
parent9340af1a8a0f55a8fc96658ea0657f3e98e1e5ac
dnn: use AsyncArray
modules/dnn/include/opencv2/dnn/dnn.hpp
modules/dnn/misc/python/pyopencv_dnn.hpp
modules/dnn/misc/python/shadow_async_mat.hpp [deleted file]
modules/dnn/misc/python/test/test_dnn.py
modules/dnn/src/dnn.cpp
modules/dnn/src/op_inf_engine.cpp
modules/dnn/src/op_inf_engine.hpp
modules/dnn/test/test_misc.cpp
samples/dnn/object_detection.cpp
samples/dnn/object_detection.py