OpenCV 4.12.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
保護

此類文件從以下檔案生成