OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::ocl::Context 类参考

#include <opencv2/core/ocl.hpp>

cv::ocl::Context 协作图

类  UserContext
 

公有成员函数

 Context () CV_NOEXCEPT
 
 Context (const Context &c)
 
 Context (Context &&c) CV_NOEXCEPT
 
 Context (int dtype)
 
 ~Context ()
 
bool create ()
 
bool create (int dtype)
 
Device  device (size_t idx) const
 
bool empty () const
 
Impl * getImpl () const
 
void * getOpenCLContextProperty (int propertyId) const
 获取在上下文创建时指定的 OpenCL 上下文属性。
 
Program getProg (const ProgramSource &prog, const String &buildopt, String &errmsg)
 
模板<typename T >
std::shared_ptr< T > getUserContext ()
 
std::shared_ptr< UserContextgetUserContext (std::type_index typeId)
 
size_t ndevices () const
 
Context  operator= (const Context &c)
 
Context  operator= (Context &&c) CV_NOEXCEPT
 
void * ptr () const
 
void release ()
 
模板<typename T >
void setUserContext (const std::shared_ptr< T > &userContext)
 
void setUserContext (std::type_index typeId, const std::shared_ptr< UserContext > &userContext)
 
void setUseSVM (bool enabled)
 
void unloadProg (Program &prog)
 
bool useSVM () const
 

静态公有成员函数

static Context create (const std::string &configuration)
 
static Context fromDevice (const ocl::Device &device)
 
static Context fromHandle (void *context)
 
static Context  getDefault (bool initialize=true)
 

公有属性

Impl * p
 

构造函数和析构函数文档

◆ Context() [1/4]

cv::ocl::Context::Context ( )

◆ Context() [2/4]

cv::ocl::Context::Context ( int dtype)
显式

◆ ~Context()

cv::ocl::Context::~Context ( )

◆ Context() [3/4]

cv::ocl::Context::Context ( const Context & c)

◆ Context() [4/4]

cv::ocl::Context::Context ( Context && c)

成员函数文档

◆ create() [1/3]

bool cv::ocl::Context::create ( )

◆ create() [2/3]

static Context cv::ocl::Context::create ( const std::string & configuration)
静态

◆ create() [3/3]

bool cv::ocl::Context::create ( int dtype)

◆ device()

Device & cv::ocl::Context::device ( size_t idx) const

◆ empty()

bool cv::ocl::Context::empty ( ) const
内联

◆ fromDevice()

static Context cv::ocl::Context::fromDevice ( const ocl::Device & device)
静态

◆ fromHandle()

static Context cv::ocl::Context::fromHandle ( void * context)
静态
参数
contextOpenCL句柄 (cl_context)。成功时调用 clRetainContext()

◆ getDefault()

static Context & cv::ocl::Context::getDefault ( bool initialize = true)
静态

获取线程局部 OpenCL 上下文(如有必要则初始化)

◆ getImpl()

Impl * cv::ocl::Context::getImpl ( ) const
内联

◆ getOpenCLContextProperty()

void * cv::ocl::Context::getOpenCLContextProperty ( int propertyId) const

获取在上下文创建时指定的 OpenCL 上下文属性。

参数
propertyId属性 ID(在 cl_context_properties 类型中定义的 CL_CONTEXT_*)
返回值
如果在 clCreateContext 中指定了属性,则返回属性值;如果在没有属性的情况下创建了上下文,则返回 NULL

◆ getProg()

Program cv::ocl::Context::getProg ( const ProgramSource & prog,
const String & buildopt,
String & errmsg )

◆ getUserContext() [1/2]

模板<typename T >
std::shared_ptr< T > cv::ocl::Context::getUserContext ( )
内联

◆ getUserContext() [2/2]

std::shared_ptr< UserContext > cv::ocl::Context::getUserContext ( std::type_index typeId)

◆ ndevices()

size_t cv::ocl::Context::ndevices ( ) const

◆ operator=() [1/2]

Context & cv::ocl::Context::operator= ( const Context & c)

◆ operator=() [2/2]

Context & cv::ocl::Context::operator= ( Context && c)

◆ ptr()

void * cv::ocl::Context::ptr ( ) const
返回值
cl_context value

◆ release()

void cv::ocl::Context::release ( )

◆ setUserContext() [1/2]

模板<typename T >
void cv::ocl::Context::setUserContext ( const std::shared_ptr< T > & userContext)
内联

◆ setUserContext() [2/2]

void cv::ocl::Context::setUserContext ( std::type_index typeId,
const std::shared_ptr< UserContext > & userContext )

◆ setUseSVM()

void cv::ocl::Context::setUseSVM ( bool enabled)

◆ unloadProg()

void cv::ocl::Context::unloadProg ( Program & prog)

◆ useSVM()

bool cv::ocl::Context::useSVM ( ) const

成员数据文档

◆ p

Impl* cv::ocl::Context::p

此类的文档是从以下文件生成的: