1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

restore missed gpu functionality after merge #dddd285d

This commit is contained in:
marina.kolpakova
2013-02-24 22:14:57 +04:00
parent dddd285d3b
commit ef6c236655
2 changed files with 10 additions and 0 deletions
@@ -143,6 +143,7 @@ namespace cv { namespace gpu
int multi_processor_count_;
int majorVersion_;
int minorVersion_;
size_t sharedMemPerBlock_;
};
CV_EXPORTS void printCudaDeviceInfo(int device);