cvpy.utils.ImageUtils.ImageUtils.get_image_array_const_ctype

static ImageUtils.get_image_array_const_ctype(image_binaries, dimensions, resolutions, ctype, n, channel_count=1)

Get an image array with a constant channel type from a CAS table.

Parameters:
image_binariespandas.Series

Specifies the image binaries.

dimensionspandas.Series

Specifies the dimensions of the images.

resolutionspandas.Series

Specifies the resolutions of the images.

ctypestr

Specifies the channel type of the image.

nint

Specifies the dimension index.

channel_countint

Specifies the channel count of the image.

Returns:
numpy.ndarray