machinevisiontoolbox.Image.colororder_str
- property Image.colororder_str
Image color order as a string
- Returns:
Image color plane order as a colon separated string.
- Return type:
str
Example:
>>> from machinevisiontoolbox import Image >>> img = Image.Read('flowers1.png') >>> img.colororder_str 'R:G:B'
- Seealso: