OpenCV 4.10.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 = typedef 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 | ) |