refactoring of GPU module

This commit is contained in:
Alexey Spizhevoy
2011-02-15 13:25:24 +00:00
parent 6b6a63ba38
commit 04709a2793
4 changed files with 27 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ using namespace cv::gpu;
struct Worker { void operator()(int device_id) const; };
MultiGpuMgr multi_gpu_mgr;
MultiGpuManager multi_gpu_mgr;
// GPUs data
GpuMat d_left[2];