OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
gcompiled_async.hpp 文件参考
#include <future>
#include <exception>
#include <functional>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/own/exports.hpp>
gcompiled_async.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)