cvMatMul() versus gemm()
Hey.
Does anyone know if gemm(src1, 1, src2, None, 0, dest) is equivalent to cvMatMul(src1,src2,dest)?
I cannot find cvMatMul in EMGU opencv or in the Python bindings.
Any clues?
add a comment