OpenCV 4.11.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

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