OpenCV 4.11.0
开源计算机视觉库
|
一个用于分组异步请求以便一次性取消它们的类。更多…
#include <opencv2/gapi/gasync_context.hpp>
公共成员函数 | |
bool | cancel () |
启动相关请求的取消进程。 | |
bool | isCanceled () const |
如果已请求取消此上下文,则返回 true。 | |
一个用于分组异步请求以便一次性取消它们的类。
GAsyncContext 作为参数传递给 async() 和 async_apply() 函数
bool cv::gapi::wip::GAsyncContext::cancel | ( | ) |
启动相关请求的取消进程。
用户仍然必须等待每个单独的请求(通过回调或根据 std::future 对象),以确保它确实被取消。
bool cv::gapi::wip::GAsyncContext::isCanceled | ( | ) | const |
如果已请求取消此上下文,则返回 true。