#include "ocl.hpp"
§ Context() [1/3]
cv::ocl::Context::Context |
( |
| ) |
|
§ Context() [2/3]
cv::ocl::Context::Context |
( |
int |
dtype | ) |
|
|
explicit |
§ ~Context()
cv::ocl::Context::~Context |
( |
| ) |
|
§ Context() [3/3]
cv::ocl::Context::Context |
( |
const Context & |
c | ) |
|
§ create() [1/2]
bool cv::ocl::Context::create |
( |
| ) |
|
§ create() [2/2]
bool cv::ocl::Context::create |
( |
int |
dtype | ) |
|
§ device()
const Device& cv::ocl::Context::device |
( |
size_t |
idx | ) |
const |
§ getDefault()
static Context& cv::ocl::Context::getDefault |
( |
bool |
initialize = true | ) |
|
|
static |
§ getImpl()
Impl* cv::ocl::Context::getImpl |
( |
| ) |
const |
|
inline |
§ getProg()
§ ndevices()
size_t cv::ocl::Context::ndevices |
( |
| ) |
const |
§ operator=()
§ ptr()
void* cv::ocl::Context::ptr |
( |
| ) |
const |
§ setUseSVM()
void cv::ocl::Context::setUseSVM |
( |
bool |
enabled | ) |
|
§ unloadProg()
void cv::ocl::Context::unloadProg |
( |
Program & |
prog | ) |
|
§ useSVM()
bool cv::ocl::Context::useSVM |
( |
| ) |
const |
§ initializeContextFromHandle
void initializeContextFromHandle |
( |
Context & |
ctx, |
|
|
void * |
platform, |
|
|
void * |
context, |
|
|
void * |
device |
|
) |
| |
|
friend |
Impl* cv::ocl::Context::p |
The documentation for this class was generated from the following file: