opencv/modules
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
..
androidcamera Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
calib3d Included c-headers for better 2.4 compatibility 2014-12-19 17:05:26 +03:00
core fix cuda::BufferPool deinitialization 2014-12-23 17:41:24 +03:00
cuda Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
cudaarithm Merge pull request #3524 from jet47:fix-cuda-warnings 2014-12-22 10:58:07 +00:00
cudabgsegm disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudacodec disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudafeatures2d disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudafilters disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudaimgproc Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
cudalegacy disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudaoptflow disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudastereo disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudawarping disable -Wshadow warning for CUDA modules: 2014-12-22 11:48:19 +03:00
cudev Merge pull request #3524 from jet47:fix-cuda-warnings 2014-12-22 10:58:07 +00:00
features2d Merge pull request #3483 from wangyan42164:ocl_orb_improve 2014-12-05 12:55:54 +00:00
flann Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
highgui Merge pull request #3513 from mshabunin:compat-30 2014-12-22 11:58:01 +00:00
imgcodecs Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
imgproc Merge pull request #3513 from mshabunin:compat-30 2014-12-22 11:58:01 +00:00
java Merge pull request #3344 from mshabunin:java_automation 2014-10-20 06:50:34 +00:00
ml Removed "FORMAT_XML" to generalize format 2014-12-08 09:21:55 +01:00
objdetect Merge pull request #3513 from mshabunin:compat-30 2014-12-22 11:58:01 +00:00
photo Merge pull request #3513 from mshabunin:compat-30 2014-12-22 11:58:01 +00:00
python Python test: added options to provide local data path 2014-12-03 18:12:01 +03:00
shape fix obvious copy+paste typo in computeDistance() 2014-12-16 12:46:07 +01:00
stitching Doxygen documentation: BiB references and fixes 2014-12-01 15:50:55 +03:00
superres Doxygen documentation: BiB references and fixes 2014-12-01 15:50:55 +03:00
ts ocl: change processing of OpenCL failures 2014-11-05 19:44:36 +03:00
video Included c-headers for better 2.4 compatibility 2014-12-19 17:05:26 +03:00
videoio Merge pull request #3520 from JoeHowse:master 2014-12-22 11:14:29 +00:00
videostab Doxygen documentation: BiB references and fixes 2014-12-01 15:50:55 +03:00
viz Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
world Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00
refman.rst.in