#include "ocl.hpp"
| cv::ocl::Context::Context |
( |
| ) |
|
| cv::ocl::Context::Context |
( |
int |
dtype | ) |
|
|
explicit |
| cv::ocl::Context::~Context |
( |
| ) |
|
| cv::ocl::Context::Context |
( |
const Context & |
c | ) |
|
| bool cv::ocl::Context::create |
( |
| ) |
|
| bool cv::ocl::Context::create |
( |
int |
dtype | ) |
|
| static Context& cv::ocl::Context::getDefault |
( |
bool |
initialize = true | ) |
|
|
static |
| size_t cv::ocl::Context::ndevices |
( |
| ) |
const |
| void* cv::ocl::Context::ptr |
( |
| ) |
const |
| void cv::ocl::Context::setUseSVM |
( |
bool |
enabled | ) |
|
| bool cv::ocl::Context::useSVM |
( |
| ) |
const |
| 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: