Why OpenCV
using BGR
colour space instead of RGB
. We all know that RGB
is the convenient colour model for most of the computer graphics. Is there any reason behind OpenCV
BGR
colour space?.
As Satya Mallick, CEO, OpenCV, blogged in 2015:
"The reason why the early developers at OpenCV chose BGR color format is probably that back then BGR color format was popular among camera manufacturers and software providers. E.g. in Windows, when specifying color value using COLORREF they use the BGR format
0x00bbggrr
.""BGR was a choice made for historical reasons and now we have to live with it. In other words, BGR is the horse’s ass in OpenCV."