cv:Mat Encoding (RGB vs BGR)
How is the encoding information stored in the in a cv:Mat? Like how it can be known if it is an RGB or a BGR image? (there are other possibilities) As far as I know, it is only the channel number what is stored. (like 32FC1)
no encoding is stored at all.