machinevisiontoolbox.Image.isbgr

property Image.isbgr

Image has BGR color order?

Returns:

Image has BGR color order

Return type:

bool

Example:

>>> from machinevisiontoolbox import Image
>>> img = Image.Read('flowers1.png')
>>> img.isbgr
False
Note:

Is False if image is not color.

Seealso:

colororder