Problem getting the ptr from an oclMat object

asked 2014-10-16 13:14:58 -0600

So I have this line here from a project using version 2.4.9 of openCV in C++:

arr[index]=(const unsigned char) (((oclMat)LV_ref)->ptr(i((oclMat)LV_ref)->cols+ j)+c((oclMat)LV_ref)->elemSize1()+e);

I keep getting a problem "error C2039: 'ptr' : is not a member of 'cv::ocl::oclMat'"

I just updated the opencv from 2.4.8 to 2.4.9, is this possibly a version bug or a mistake i make trying to use ptr here?

edit retag flag offensive close merge delete