OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
accel_types.hpp ファイル
#include <limits>
#include <string>
#include "opencv2/gapi/own/exports.hpp"
Include dependency graph for accel_types.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  cv::gapi::wip::onevpl::Context
 
struct  cv::gapi::wip::onevpl::Device
 

名前空間

namespace  cv
 
namespace  cv::gapi
 
namespace  cv::gapi::wip
 この名前空間には実験的な G-API 機能が含まれており、この名前空間内の関数や構造体は将来のリリースで変更または削除される可能性がある。また、この名前空間には API がまだ安定化されていない関数も含まれる。
 
namespace  cv::gapi::wip::onevpl
 

列挙型

enum class  cv::gapi::wip::onevpl::AccelType : uint8_t {
  cv::gapi::wip::onevpl::HOST ,
  cv::gapi::wip::onevpl::DX11 ,
  cv::gapi::wip::onevpl::VAAPI ,
  cv::gapi::wip::onevpl::LAST_VALUE = std::numeric_limits<uint8_t>::max()
}
 

関数

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)
 
const char * cv::gapi::wip::onevpl::to_cstring (AccelType type)