OpenCV  4.7.0-dev
Open Source Computer Vision
Classes | Namespaces | Enumerations | Functions
accel_types.hpp File Reference
#include <limits>
#include <string>
#include "opencv2/gapi/own/exports.hpp"

Classes

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

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::wip
 This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet.
 
 cv::gapi::wip::onevpl
 

Enumerations

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

Functions

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)