After many experiments, I found that reading color jpg file in C++ (OpenCV):
auto temp(cv::imread(\"xxx.jpg\");
is different from reading the s
Maybe you can use getImage() instead of getMat()?
getImage()
getMat()
A similar question is being addressed here (using openCV in C# not C++) http://www.emgu.com/forum/viewtopic.php?t=188