Getting Started
API Documentation
Examples
Related Projects
Guidelines
Bases: pysap.base.loaders.loader_base.LoaderBase
pysap.base.loaders.loader_base.LoaderBase
Define the numpy binary loader.
A method that load the image data and associated metadata.
path (str) – the path to the image to be loaded.
image – the loaded image.
Image
A method that save the image data and associated metadata.
image (Image) – the image to be saved.
outpath (str) – the path where the the image will be saved.