tmas.src.utils

Module Contents

tmas.src.utils.load_plate_design() Dict[str, Any][source]

Load the plate design configuration from a JSON file.

Returns:

A dictionary containing the plate design configuration.

tmas.src.utils.load_image(image_path: str) numpy.ndarray[source]

Load an image from the specified file path.

Parameters:

image_path – The path to the image file.

Returns:

The loaded image as a NumPy array.