![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <future>#include <exception>#include <functional>#include <opencv2/gapi/garg.hpp>#include <opencv2/gapi/own/exports.hpp>命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::gapi |
| 命名空间 | cv::gapi::wip |
| 此命名空间包含实验性的 G-API 功能,此命名空间中的函数或结构在未来的版本中可能会更改或删除。此命名空间还包含 API 尚未稳定的函数。 | |
函数 | |
| std::future< void > | cv::gapi::wip::async (GCompiled &gcmpld, GRunArgs &&ins, GRunArgsP &&outs) |
| std::future< void > | cv::gapi::wip::async (GCompiled &gcmpld, GRunArgs &&ins, GRunArgsP &&outs, GAsyncContext &ctx) |
| void | cv::gapi::wip::async (GCompiled &gcmpld, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs) |
| void | cv::gapi::wip::async (GCompiled &gcmpld, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs, GAsyncContext &ctx) |