Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Considerering your two matrices are of type cv::Mat, you can simply use the * operator. So if you have two matrices, A and B, and want to multiply them and put it to matrix C, then you can do: C=A*B