opencv/modules/core/include/opencv2
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
..
core fix cuda::BufferPool deinitialization 2014-12-23 17:41:24 +03:00
core.hpp fix documentation bug 2432 2014-12-15 11:53:55 +01:00