cvpy.utils.ImageUtils.ImageUtils

class cvpy.utils.ImageUtils.ImageUtils
__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

convert_numpy_to_wide(numpy_array)

Convert a numpy image array to a wide image.

convert_to_CAS_column(s)

Convert a string to CAS column name.

convert_wide_to_numpy(wide_image)

Convert a wide image to a numpy image array.

get_image_array(image_binaries, dimensions, ...)

Get an image from a fetched array.

get_image_array_const_ctype(image_binaries, ...)

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

get_image_array_from_row(image_binary, ...)

Get a 3D image from a row.