Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I want to multiply a matrix with a number !

I am using opencv in android studio.

i want:

Mat A;

Mat B;

int num= 255;

B = A*255;

But it is not working.