opencv/modules/ocl
Peter Andreas Entschev def17f2baa Removing ocl::oclMat::ptr() method.
The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
2013-12-06 09:31:18 -02:00
..
doc Removing ocl::oclMat::ptr() method. 2013-12-06 09:31:18 -02:00
include/opencv2/ocl Removing ocl::oclMat::ptr() method. 2013-12-06 09:31:18 -02:00
perf ocl:perf: fix moments test for plain impl 2013-12-03 16:02:55 +04:00
src Merge pull request #1940 from pentschev:ocl_bfm_oclMat_ptr_fix_2.4 2013-12-06 15:05:34 +04:00
test Merge pull request #1744 from liuxing6666:2.4_fix_harris_test 2013-12-02 20:38:49 +04:00
CMakeLists.txt ocl: don't disable Undef warnings 2013-11-22 18:24:50 +04:00