visions.types.image¶
-
class
visions.types.image.
Image
[source]¶ Image implementation of
visions.types.type.VisionsBaseType
. (i.e. series with all image files)Examples
>>> x = pd.Series([Path('/home/user/file.png'), Path('/home/user/test2.jpg')]) >>> x in visions.Image True