opencv/modules/ocl
Peter Andreas Entschev 3bc952ed34 ocl::BruteForceMatcher fix wrong use of oclMat::ptr().
The oclMat::ptr() method was mistakenly used in ocl::BruteForceMatcher to pass a pointer to a oclMat object. The ptr() method returns a uchar pointer to the cl_mem data structure and this method will be removed.
2013-12-05 19:27:10 -02:00
..
doc fix warning. 2013-11-11 15:06:58 +08:00
include/opencv2/ocl Build error fix for binary-complience-checker tool. 2013-11-26 17:39:40 +04:00
perf ocl:perf: fix moments test for plain impl 2013-12-03 16:02:55 +04:00
src ocl::BruteForceMatcher fix wrong use of oclMat::ptr(). 2013-12-05 19:27:10 -02: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