mirror of https://github.com/opencv/opencv.git
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.pull/1939/head
parent
9dea590ada
commit
3bc952ed34
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue