OpenCV
4.1.2
Open Source Computer Vision
|
Namespaces | |
draw | |
Classes | |
class | GAsyncCanceled |
class | GAsyncContext |
Functions | |
void | async (GCompiled &gcmpld, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs) |
void | async (GCompiled &gcmpld, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs, GAsyncContext &ctx) |
std::future< void > | async (GCompiled &gcmpld, GRunArgs &&ins, GRunArgsP &&outs) |
std::future< void > | async (GCompiled &gcmpld, GRunArgs &&ins, GRunArgsP &&outs, GAsyncContext &ctx) |
void | async_apply (GComputation &gcomp, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args={}) |
void | async_apply (GComputation &gcomp, std::function< void(std::exception_ptr)> &&callback, GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args, GAsyncContext &ctx) |
std::future< void > | async_apply (GComputation &gcomp, GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args={}) |
std::future< void > | async_apply (GComputation &gcomp, GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args, 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 | ||
) |
std::future<void> cv::gapi::wip::async | ( | GCompiled & | gcmpld, |
GRunArgs && | ins, | ||
GRunArgsP && | outs, | ||
GAsyncContext & | ctx | ||
) |
void cv::gapi::wip::async_apply | ( | GComputation & | gcomp, |
std::function< void(std::exception_ptr)> && | callback, | ||
GRunArgs && | ins, | ||
GRunArgsP && | outs, | ||
GCompileArgs && | args = {} |
||
) |
void cv::gapi::wip::async_apply | ( | GComputation & | gcomp, |
std::function< void(std::exception_ptr)> && | callback, | ||
GRunArgs && | ins, | ||
GRunArgsP && | outs, | ||
GCompileArgs && | args, | ||
GAsyncContext & | ctx | ||
) |
std::future<void> cv::gapi::wip::async_apply | ( | GComputation & | gcomp, |
GRunArgs && | ins, | ||
GRunArgsP && | outs, | ||
GCompileArgs && | args = {} |
||
) |
std::future<void> cv::gapi::wip::async_apply | ( | GComputation & | gcomp, |
GRunArgs && | ins, | ||
GRunArgsP && | outs, | ||
GCompileArgs && | args, | ||
GAsyncContext & | ctx | ||
) |