1 | initial version |
cv::imread("image.jpg", cv::IMREAD_COLOR);
2 | No.2 Revision |
cv::imread("image.jpg", cv::IMREAD_COLOR);
would return a BGR image. (note, that you'd have to adjust the glflag to GL_BGR !)3 | No.3 Revision |
cv::imread("image.jpg", cv::IMREAD_COLOR);
would return a BGR image. (note, that you'd have to adjust the glflag to GL_BGR !)