I see defines to convert (using cvtColor for example) colour space (COLOR_YUV22GRAY) or representation (COLOR_RGB2BGR), but is there a mechanism to store or determine if a image is RGB, YUV2, or BGR, etc...?
1 | initial version |
I see defines to convert (using cvtColor for example) colour space (COLOR_YUV22GRAY) or representation (COLOR_RGB2BGR), but is there a mechanism to store or determine if a image is RGB, YUV2, or BGR, etc...?