refactoring of GPU module
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user