Post date: Jan 07, 2017 3:12:0 PM
Looks like the more I work with OpenCV, the more strange stuff there seems to be.
When you multiply two matrices in OpenCV, the first time you do the multiplication you get
"First-chance exception at 0x75A3C54F in MyOpenCV.exe: Microsoft C++ exception: cv::Exception at memory location 0x001CE994."
appearing in the Debug Output window.
But apparently, its okay and everything works fine. Will check up more and update this if necessary.