Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1117

I want to multiply a matrix with a number !

$
0
0
I am using opencv in android studio. i want: Mat A; Mat B; int num= 255; B = A*255; But it is not working.

Viewing all articles
Browse latest Browse all 1117

Trending Articles