Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

c++ equivalent of IpLImage->data.fl

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....