Image has bolean values?
True if image has boolean pixel values
bool
Example:
>>> from machinevisiontoolbox import Image >>> img = Image.Read('flowers1.png') > 200 >>> img.isint False >>> img.isbool True
isint isfloat
isint
isfloat