mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
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