pysap.base.loaders.mat
pysap.base.loaders.mat#
- class MAT[source]#
Bases:
pysap.base.loaders.loader_base.LoaderBase
Define the ‘.mat’ file loader.
- allowed_extensions = ['.mat']#
- load(path, image_field='image', meta_field='metadata')[source]#
A method that load the data and associated metadata.
- Parameters
- Returns
image – the loaded image.
- Return type