![]() |
OpenCV 4.12.0
開源計算機視覺
|
類 | |
| 結構體 | CfgParam |
| 公共類用於建立 onevpl::GSource 例項。 更多... | |
| 結構體 | Context |
| 結構體 | DataProviderException |
| 結構體 | DataProviderImplementationException |
| 結構體 | DataProviderSystemErrorException |
| 結構體 | DataProviderUnsupportedException |
| 結構體 | Device |
| 類 | GSource |
| 基於 OneVPL 實現的 G-API 流源。 更多... | |
| 結構體 | IDataProvider |
| 公共介面允許自定義由 onevpl::GSource 使用的影片流資料的提取,而不是從檔案讀取流(預設)。 更多... | |
| 結構體 | IDeviceSelector |
型別定義 | |
| using | CfgParams = std::vector<CfgParam> |
列舉 | |
| enum class | 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) |
| using cv::gapi::wip::onevpl::CfgParams = std::vector<CfgParam> |
|
strong |
| 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 | ) |