opencv/modules/ocl/include/opencv2/ocl
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
..
cl_runtime ocl: fix mac and superres test 2014-07-02 11:54:20 +04:00
private deleted extra semicolons 2014-01-07 02:52:30 +04:00
matrix_operations.hpp fixed init of clCxt 2013-12-15 22:41:07 +01:00
ocl.hpp ocl: Move static oclMat variables into FarnebackOpticalFlow class 2014-11-13 11:16:10 -05:00