Matrix multiplication
Wrapper for Mat &operator*=(Mat &a, const Mat &b)
Mat &operator*=(Mat &a, const Mat &b)
Mat multiplyMat(Mat other, {bool inplace = false}) => _opMat(other, ccore.cv_Mat_op_mul_mat, inplace: inplace);