read_image#

read_image(read_path, **kwargs)[source]#

A general use function for reading in an image of the implemented filetypes Currently supports reading in tiff, raw, and mat.

Return type:

ndarray

Parameters:
  • read_path – pathlib.Path of the file to read in

  • **kwargs – Required keyword arguments for the utility functions

Returns:

The image array

Return type:

np.ndarray