class
WholeSlideImageImporterRead a whole slide image from disk.
Contents
- Reference
This importer uses the OpenSlide library to read whole slide images used in digital pathology, in addition to support for the OME-TIFF format which is implemented in FAST using libtiff. Thus, this importer 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)
- OME-TIFF (ome.tiff, ome.tif, ome.btf)
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