cvpy.utils.ImageUtils.ImageUtils.get_image_array¶
- static ImageUtils.get_image_array(image_binaries, dimensions, resolutions, formats, n, channel_count=1)¶
Get an image from a fetched array.
- Parameters:
- image_binariespandas.Series
Specifies the image binaries
- dimensionspandas.Series
Specifies the dimensions of the images.
- resolutionspandas.Series
Specifies the resolutions of the images.
- formatspandas.Series
Specifies the image formats.
- nint
Specifies the dimension index.
- channel_countint, optional
Specifies the number of channels that the image has.
- Returns: