OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::gapi::wip::onevpl 命名空间参考

结构体  CfgParam
 公共类,用于创建 onevpl::GSource 实例。更多…
 
结构体  Context
 
结构体  DataProviderException
 
结构体  DataProviderImplementationException
 
结构体  DataProviderSystemErrorException
 
结构体  DataProviderUnsupportedException
 
结构体  Device
 
类  GSource
 基于 OneVPL 实现的 G-API 流媒体源。更多…
 
结构体  IDataProvider
 公共接口,允许自定义提取 onevpl::GSource 使用的视频流数据,而不是从文件读取流(默认)。更多…
 
结构体  IDeviceSelector
 

类型定义

使用  CfgParams = std::vector<CfgParam>
 

枚举

枚举类  AccelType : uint8_t {
  HOST ,
  DX11 ,
  VAAPI ,
  LAST_VALUE = std::numeric_limits<uint8_t>::max()
}
 

函数

Context create_dx11_context (Context::Ptr ctx_ptr)
 
Device create_dx11_device (Device::Ptr device_ptr, const std::string &device_name)
 
Context create_host_context ()
 
Device create_host_device ()
 
Context create_vaapi_context (Context::Ptr ctx_ptr)
 
Device create_vaapi_device (Device::Ptr device_ptr, const std::string &device_name)
 
std::shared_ptr< IDeviceSelectorgetDefaultDeviceSelector (const std::vector< CfgParam > &cfg_params)
 根据配置提供默认设备选择器。
 
const char * to_cstring (AccelType type)
 

类型定义文档

◆ CfgParams

枚举类型文档

◆ AccelType

枚举类 cv::gapi::wip::onevpl::AccelType : uint8_t
强类型
枚举器
HOST 
DX11 
VAAPI 
LAST_VALUE 

函数文档

◆ create_dx11_context()

Context cv::gapi::wip::onevpl::create_dx11_context ( Context::Ptr ctx_ptr)

◆ create_dx11_device()

Device cv::gapi::wip::onevpl::create_dx11_device ( Device::Ptr device_ptr,
const std::string & device_name )

◆ create_host_context()

Context cv::gapi::wip::onevpl::create_host_context ( )

◆ create_host_device()

Device cv::gapi::wip::onevpl::create_host_device ( )

◆ create_vaapi_context()

Context cv::gapi::wip::onevpl::create_vaapi_context ( Context::Ptr ctx_ptr)

◆ create_vaapi_device()

Device cv::gapi::wip::onevpl::create_vaapi_device ( Device::Ptr device_ptr,
const std::string & device_name )

◆ getDefaultDeviceSelector()

std::shared_ptr< IDeviceSelector > cv::gapi::wip::onevpl::getDefaultDeviceSelector ( const std::vector< CfgParam > & cfg_params)

根据配置提供默认设备选择器。

◆ to_cstring()

const char * cv::gapi::wip::onevpl::to_cstring ( AccelType type)