I\'m probably being incredibly stupid here but I\'m having trouble doing some basicaly Mat multiplication using OpenCV for Android.
I have two Mat\'s both of the sam
Reverse your 2 multiplied matrices : Core.multiply(mat2, mat1, mat3);