renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports

This commit is contained in:
Alexey Spizhevoy
2011-02-09 12:31:05 +00:00
parent 924670d32c
commit 63806c9ab9
13 changed files with 35 additions and 35 deletions

View File

@@ -107,7 +107,7 @@ namespace cv
size_t freeMemory() const;
size_t totalMemory() const;
bool has(GpuFeature feature) const;
bool supports(GpuFeature feature) const;
bool isCompatible() const;
private: