![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
クラス | |
| struct | CfgParam |
| onevpl::GSource インスタンスの生成に使用される公開クラス。 続き... | |
| struct | Context |
| struct | DataProviderException |
| struct | DataProviderImplementationException |
| struct | DataProviderSystemErrorException |
| struct | DataProviderUnsupportedException |
| struct | Device |
| class | GSource |
| OneVPL実装に基づくG-APIストリーミングソース。 続き... | |
| struct | IDataProvider |
| この公開インターフェースを使用すると、(デフォルトの)ファイルからのストリーム読み込みの代わりに、onevpl::GSource が使用するビデオストリームデータの抽出をカスタマイズできる。さらに詳しく... | |
| struct | 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 | ) |