OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
accel_types.hpp 文件参考
#include <limits>
#include <string>
#include "opencv2/gapi/own/exports.hpp"
accel_types.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接包含此文件

结构体  cv::gapi::wip::onevpl::Context
 
结构体  cv::gapi::wip::onevpl::Device
 

命名空间

命名空间  cv
 
命名空间  cv::gapi
 
命名空间  cv::gapi::wip
 此命名空间包含实验性的 G-API 功能,此命名空间中的函数或结构可能会在未来的版本中更改或删除。此命名空间还包含 API 尚未稳定的函数。
 
命名空间  cv::gapi::wip::onevpl
 

枚举

enum class  cv::gapi::wip::onevpl::AccelType : uint8_t {
  cv::gapi::wip::onevpl::HOST ,
  cv::gapi::wip::onevpl::DX11 ,
  cv::gapi::wip::onevpl::VAAPI ,
  cv::gapi::wip::onevpl::LAST_VALUE = std::numeric_limits<uint8_t>::max()
}
 

函数

Context cv::gapi::wip::onevpl::create_dx11_context (Context::Ptr ctx_ptr)
 
Device cv::gapi::wip::onevpl::create_dx11_device (Device::Ptr device_ptr, const std::string &device_name)
 
Context cv::gapi::wip::onevpl::create_host_context ()
 
Device cv::gapi::wip::onevpl::create_host_device ()
 
Context cv::gapi::wip::onevpl::create_vaapi_context (Context::Ptr ctx_ptr)
 
Device cv::gapi::wip::onevpl::create_vaapi_device (Device::Ptr device_ptr, const std::string &device_name)
 
const char * cv::gapi::wip::onevpl::to_cstring (AccelType type)