1 | initial version |
The *operator is overloaded, see http://docs.opencv.org/modules/core/doc/basic_structures.html#matrix-expressions and it works as expected (and as you wrote it). Please also use the newer C++ interface instead of the C-interface (as Entreco suggested).