1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

fixed GPU samples and MultiGpuMgr

This commit is contained in:
Alexey Spizhevoy
2011-02-14 15:09:45 +00:00
parent 6ce1c0e27c
commit a42a42858c
4 changed files with 15 additions and 39 deletions
-3
View File
@@ -139,9 +139,6 @@ namespace cv
public:
MultiGpuMgr();
// Returns the current GPU id (or BAD_GPU_ID if no GPU is active)
int currentGpuId() const;
// Makes the given GPU active
void gpuOn(int gpu_id);