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....
1 | initial version |
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....