mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
7ed38b97c3
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. |
||
---|---|---|
.. | ||
doc | ||
include/opencv2 | ||
perf | ||
src | ||
test | ||
CMakeLists.txt |