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