OpenCV 4.11.0
开源计算机视觉
|
类 | |
结构体 | 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< IDeviceSelector > | getDefaultDeviceSelector (const std::vector< CfgParam > &cfg_params) |
根据配置提供默认设备选择器。 | |
const char * | to_cstring (AccelType type) |
使用 cv::gapi::wip::onevpl::CfgParams = std::vector<CfgParam> |
|
强类型 |
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 ) |
std::shared_ptr< IDeviceSelector > cv::gapi::wip::onevpl::getDefaultDeviceSelector | ( | const std::vector< CfgParam > & | cfg_params | ) |
根据配置提供默认设备选择器。
const char * cv::gapi::wip::onevpl::to_cstring | ( | AccelType | type | ) |