mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user