opencv/modules/core
Vladislav Vinogradov 7ed38b97c3 fix cuda::BufferPool deinitialization
The deinitialization of BufferPool internal objects is controled by global
object, but it depends on other global objects, which leads to errors
caused by undefined deinitialization order of global objects.

I merge global objects initialization into single class, which performs
initialization and deinitialization in correct order.
2014-12-23 17:41:24 +03:00
..
doc fix documentation bug 2432 2014-12-15 11:53:55 +01:00
include/opencv2 fix cuda::BufferPool deinitialization 2014-12-23 17:41:24 +03:00
perf changed perf test for ocl_gemm 2014-08-26 15:05:36 +04:00
src fix cuda::BufferPool deinitialization 2014-12-23 17:41:24 +03:00
test fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo(). 2014-11-07 14:49:48 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00