OpenCV 4.5.3(日本語機械翻訳)
クラス | 公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
cv::ocl::Context クラス

クラス

class UserContext

公開メンバ関数

Context (int dtype)
Context (const Context &c)
Context & operator= (const Context &c)
Context (Context &&c) CV_NOEXCEPT
Context & operator= (Context &&c) CV_NOEXCEPT
bool create ()
bool create (int dtype)
size_t ndevices () const
Device & device (size_t idx) const
Program getProg (const ProgramSource &prog, const String &buildopt, String &errmsg)
void unloadProg (Program &prog)
void * ptr () const
void * getOpenCLContextProperty (int propertyId) const
コンテキスト作成時に指定したOpenCLコンテキスト・プロパティを取得する[【詳解】(英語]
bool useSVM () const
void setUseSVM (bool enabled)
void release ()
template<typename T >
void setUserContext (const std::shared_ptr< T > &userContext)
template<typename T >
std::shared_ptr< T > getUserContext ()
void setUserContext (std::type_index typeId, const std::shared_ptr< UserContext > &userContext)
std::shared_ptr< UserContext > getUserContext (std::type_index typeId)
Impl * getImpl () const
bool empty () const

静的公開メンバ関数

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

公開変数類

Impl * p

構築子と解体子

Context()

cv::ocl::Context::Context ( int dtype )
explicit

関数詳解

create() [1/2]

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

create() [2/2]

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

fromHandle()

static Context cv::ocl::Context::fromHandle ( void * context )
static
引数
context OpenCLハンドル(cl_context)。成功した場合はclRetainContext()が呼ばれる

getDefault()

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

スレッドローカルのOpenCLコンテキストを取得(必要に応じて初期化)

getOpenCLContextProperty()

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

コンテキスト作成時に指定したOpenCLコンテキスト・プロパティを取得する

引数
propertyId プロパティのID (CL_CONTEXT_* cl_context_properties型で定義されている)
戻り値
clCreateContextでプロパティが指定された場合はプロパティの値、プロパティなしでコンテキストが作成された場合はNULL。

ptr()

void * cv::ocl::Context::ptr ( ) const
戻り値
cl_contextの値

このクラス詳解は次のファイルから抽出されました: