OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::gapi::wip::onevpl 名前空間

クラス

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< 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)