#include <gpu.hpp>
Public Member Functions | |
DeviceInfo () | |
DeviceInfo (int device_id) | |
string | name () const |
int | majorVersion () const |
int | minorVersion () const |
int | multiProcessorCount () const |
size_t | freeMemory () const |
size_t | totalMemory () const |
bool | supports (FeatureSet feature_set) const |
bool | isCompatible () const |
cv::gpu::DeviceInfo::DeviceInfo | ( | int | device_id | ) |
string cv::gpu::DeviceInfo::name | ( | ) | const |
int cv::gpu::DeviceInfo::majorVersion | ( | ) | const |
int cv::gpu::DeviceInfo::minorVersion | ( | ) | const |
int cv::gpu::DeviceInfo::multiProcessorCount | ( | ) | const |
size_t cv::gpu::DeviceInfo::freeMemory | ( | ) | const |
size_t cv::gpu::DeviceInfo::totalMemory | ( | ) | const |
bool cv::gpu::DeviceInfo::supports | ( | FeatureSet | feature_set | ) | const |
bool cv::gpu::DeviceInfo::isCompatible | ( | ) | const |