answered Feb 27 '13
OpenCV uses BGR color space (imread, VideoCapture). So if you load image with OpenCV functions it will be BGR. But there is no function to check color space.