OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
accel_types.hpp 檔案參考
#include <limits>
#include <string>
#include "opencv2/gapi/own/exports.hpp"
accel_types.hpp 的包含依賴關係圖
此圖顯示了哪些檔案直接或間接包含此檔案

結構體  cv::gapi::wip::onevpl::Context
 
結構體  cv::gapi::wip::onevpl::Device
 

名稱空間

名稱空間  cv
 
名稱空間  cv::gapi
 
名稱空間  cv::gapi::wip
 此名稱空間包含實驗性的 G-API 功能,此名稱空間中的函式或結構可能會在未來的版本中更改或刪除。此名稱空間還包含 API 尚未穩定的函式。
 
名稱空間  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)