OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共成员函数 | 静态公共成员函数 | 受保护的属性 | 所有成员列表
cv::ocl::Platform 类参考

#include <opencv2/core/ocl.hpp>

cv::ocl::Platform 的协作图

公共成员函数

 Platform () CV_NOEXCEPT
 
 Platform (const Platform &p)
 
 Platform (Platform &&p) CV_NOEXCEPT
 
 ~Platform ()
 
bool empty () const
 
Impl * getImpl () const
 
Platformoperator= (const Platform &p)
 
Platformoperator= (Platform &&p) CV_NOEXCEPT
 
void * ptr () const
 

静态公共成员函数

static PlatformgetDefault ()
 

受保护的属性

Impl * p
 

详细说明

已弃用

构造函数和析构函数文档

◆ Platform() [1/3]

cv::ocl::Platform::Platform ( )

◆ ~Platform()

cv::ocl::Platform::~Platform ( )

◆ Platform() [2/3]

cv::ocl::Platform::Platform ( const Platform p)

◆ Platform() [3/3]

cv::ocl::Platform::Platform ( Platform &&  p)

成员函数文档

◆ empty()

bool cv::ocl::Platform::empty ( ) const
inline

◆ getDefault()

static Platform & cv::ocl::Platform::getDefault ( )
static

◆ getImpl()

Impl * cv::ocl::Platform::getImpl ( ) const
inline

◆ operator=() [1/2]

Platform & cv::ocl::Platform::operator= ( const Platform p)

◆ operator=() [2/2]

Platform & cv::ocl::Platform::operator= ( Platform &&  p)

◆ ptr()

void * cv::ocl::Platform::ptr ( ) const

成员数据文档

◆ p

Impl* cv::ocl::Platform::p
protected

此类的文档由以下文件生成