Getting Started
API Documentation
Examples
Related Projects
Guidelines
Bases: pysap.base.loaders.loader_base.LoaderBase
pysap.base.loaders.loader_base.LoaderBase
Define the ‘.tif’ file loader.
A method that load the data in TIF format.
path (str) – the path to the data to be loaded.
as_gray (bool, default False (display image in RGB by default)) –
image – the loaded image.
Image
A method that save the image in TIF format.
image (Image) – the image to be saved.
outpath (str) – the path where the the image will be saved.
check_contrast (bool, optional) – Check for low contrast and print warning (default: True).