c++ equivalent of IpLImage->data.fl

asked 2015-06-20 09:44:41 -0600

valentine gravatar image

Dear all,

Please what is the c++ equivalent of IpLImage->data.fl . Trying to convert the following c code to c++.

IpLImage A
A->data.fl[i*A->cols+j] = x*y;

any help please....

edit retag flag offensive close merge delete

Comments