|  | SlideIO 2.0.0
    Open-source library for reading of medical images | 
| Classes | |
| class | CVScene | 
| class CVScene represents a base class for opencv based representations of raster images contained in a medical slide.  More... | |
| class | CVSlide | 
| CVSlide is an base class for representation of medical slide.  More... | |
| class | ImageDriverManager | 
| Class ImageDriverManager keeps overview over specific image format drivers. Allows opening a slide with a specific driver.  More... | |
| class | Scene | 
| Scene class represents a raster image contained in a slide.  More... | |
| class | Slide | 
| Slide class is an interface for accessing the information on a medical slide.  More... | |
| Enumerations | |
| enum class | Compression { Unknown , Uncompressed , Jpeg , JpegXR , Png , Jpeg2000 , LZW , HuffmanRL , CCITT_T4 , CCITT_T6 , JpegOld , Zlib , JBIG85 , JBIG43 , NextRLE , PackBits , ThunderScanRLE , RasterPadding , RLE_LW , RLE_HC , RLE_BL , PKZIP , KodakDCS , JBIG , NikonNEF , JBIG2 , GIF , BIGGIF , RLE , BMP , JpegLossless } | 
| raster data compression enum  More... | |
| Functions | |
| SLIDEIO_EXPORTS std::shared_ptr< Slide > | openSlide (const std::string &path, const std::string &driver="") | 
| The function returns a smart pointer to an object of Slide class.  More... | |
| SLIDEIO_EXPORTS std::vector< std::string > | getDriverIDs () | 
| Returns a list of available driver ids. | |
slideio: main Slideio namespace
| 
 | strong | 
raster data compression enum
| std::shared_ptr< slideio::Slide > slideio::openSlide | ( | const std::string & | path, | 
| const std::string & | driver = "" | ||
| ) | 
The function returns a smart pointer to an object of Slide class.
Function for opening a slide file.
| path | : path of the file/folder that contains the slide. | 
| driver | : id of image driver |