class
WholeSlideImageImporterRead a whole slide image from disk.
Contents
- Reference
This importer uses the OpenSlide library to read whole slide images uses in digital pathology. It can read the following formats:
- Aperio (.svs, .tif)
- Hamamatsu (.vms, .vmu, .ndpi)
- Leica (.scn)
- MIRAX (.mrxs)
- Philips (.tiff)
- Sakura (.svslide)
- Trestle (.tif)
- Ventana (.bif, .tif)
- Generic tiled TIFF (.tif)
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() virtual