#include <gpumat.hpp>
cv::gpu::DeviceInfo::DeviceInfo |
( |
| ) |
|
|
inline |
cv::gpu::DeviceInfo::DeviceInfo |
( |
int |
device_id | ) |
|
|
inline |
int cv::gpu::DeviceInfo::deviceID |
( |
| ) |
const |
|
inline |
size_t cv::gpu::DeviceInfo::freeMemory |
( |
| ) |
const |
bool cv::gpu::DeviceInfo::isCompatible |
( |
| ) |
const |
int cv::gpu::DeviceInfo::majorVersion |
( |
| ) |
const |
|
inline |
int cv::gpu::DeviceInfo::minorVersion |
( |
| ) |
const |
|
inline |
int cv::gpu::DeviceInfo::multiProcessorCount |
( |
| ) |
const |
|
inline |
std::string cv::gpu::DeviceInfo::name |
( |
| ) |
const |
|
inline |
void cv::gpu::DeviceInfo::queryMemory |
( |
size_t & |
totalMemory, |
|
|
size_t & |
freeMemory |
|
) |
| const |
size_t cv::gpu::DeviceInfo::sharedMemPerBlock |
( |
| ) |
const |
bool cv::gpu::DeviceInfo::supports |
( |
FeatureSet |
feature_set | ) |
const |
size_t cv::gpu::DeviceInfo::totalMemory |
( |
| ) |
const |
The documentation for this class was generated from the following file: