mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
def17f2baa
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.