class
TIFFImagePyramidImporterImport image Pyramid stored as tiled multi-page TIFF.
Contents
- Reference
To load a WSI image, use the WholeSlideImageImporter instead which uses the openslide library. This TIFFImagePyramidImporter is best used for important single channel image pyramids such as high-res segmentations. For instance if exported using the TIFFImagePyramidExporter. This exporter uses libtiff.
Outputs:
- 0: ImagePyramid
Base classes
- class FileImporter
- Abstract base class for importers which import a file with a filename.
Public functions
- void loadAttributes() override
Private functions
- void execute() override