OpenCV  4.10.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)