opencv/modules
Tom Stellard 42b1bd56cc ocl: Move static oclMat variables into FarnebackOpticalFlow class
Move some static functions into the FarnebackOpticalFlow class as well,
so they can access these new class variables.

oclMat objects cannot be declared statically, because their destructor
depends on the statically defined __module variable from cl_context.cpp.
Since statically defined variables in separate compilation units have
an undefined destruction order there is always the possibility the
__module will be destructed before an oclMat object, which results
in a segfault.
2014-11-13 11:16:10 -05:00
..
androidcamera Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue. 2014-05-01 16:03:39 +03:00
calib3d Test fisheye.rectify disabled for Tegra. 2014-09-30 14:49:33 +04:00
contrib Merge pull request #3294 from mshabunin:fix-ios-warnings-24 2014-11-05 11:35:19 +00:00
core Merge pull request #3294 from mshabunin:fix-ios-warnings-24 2014-11-05 11:35:19 +00:00
dynamicuda disable NPP for GpuMat methods and for copyMakeBorder 2014-01-31 15:52:06 +04:00
features2d Merge pull request #3294 from mshabunin:fix-ios-warnings-24 2014-11-05 11:35:19 +00:00
flann Basic doxygen documentation support 2014-10-23 18:27:26 +04:00
gpu NCV.cu: include <algorithm> 2014-11-13 16:16:26 +03:00
highgui adding extra buffer parameter 2014-11-12 13:09:53 +01:00
imgproc Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
java OpenCV Manager version++. 2014-09-30 12:05:46 +04:00
legacy Fix uninitialized memory reads and memory leaks in StereoGC 2014-11-12 17:00:08 +03:00
ml Fixing a line where integer data was treated as floating point data. 2014-09-18 14:03:13 +02:00
nonfree Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
objdetect Merge pull request #3294 from mshabunin:fix-ios-warnings-24 2014-11-05 11:35:19 +00:00
ocl ocl: Move static oclMat variables into FarnebackOpticalFlow class 2014-11-13 11:16:10 -05:00
photo typos 2014-03-02 21:04:17 +04:00
python Python tests added to -tests deb package. 2014-09-08 18:11:12 +04:00
stitching Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
superres Merge pull request #3401 from SpecLad:optflow-bogus-Warray-bounds 2014-11-11 13:27:41 +00:00
ts Fixes for QNX 6.6 Neitrino support. 2014-10-23 17:17:35 +04:00
video Basic doxygen documentation support 2014-10-23 18:27:26 +04:00
videostab fix variable name typo in calcBlurriness 2014-03-10 03:02:06 -04:00
viz Merge pull request #3346 from Nerei:fixed_memory_leak_in_viz 2014-10-18 16:57:55 +00:00
world fix for compiling 2.4 opencv with xcode 5.1 2014-04-18 13:42:47 +02:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00