Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. why ? cv::imread("image.jpg", cv::IMREAD_COLOR);
  2. jpeg is a lossy format. don't expect exact same results with different libs/os when using (try with png for comparable results)
  1. why ? cv::imread("image.jpg", cv::IMREAD_COLOR); would return a BGR image. (note, that you'd have to adjust the glflag to GL_BGR !)
  2. jpeg is a lossy format. don't expect exact same results with different libs/os when using (try with png for comparable results)
  1. why ? cv::imread("image.jpg", cv::IMREAD_COLOR); would return a BGR image. (note, that you'd have to adjust the glflag to GL_BGR !)
  2. jpeg is a lossy format. don't expect exact same results with different libs/os when using that (try with png for comparable results)