First time here? Check out the FAQ!
answered 2019-09-13 06:45:20 -0600
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
C=A*B