OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::wip::onevpl 名稱空間參考

結構體  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< IDeviceSelectorgetDefaultDeviceSelector (const std::vector< CfgParam > &cfg_params)
 提供基於配置的預設裝置選擇器。
 
const char * to_cstring (AccelType type)
 

型別定義文件

◆ CfgParams

列舉型別文件

◆ AccelType

enum class cv::gapi::wip::onevpl::AccelType : uint8_t
strong
列舉器
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)