Namespaces | Functions
support_openslide.h File Reference
#include "ecvl/core/filesystem.h"
#include "ecvl/core/image.h"

Go to the source code of this file.

Namespaces

 ecvl
 

Functions

bool ecvl::OpenSlideRead (const ecvl::filesystem::path &filename, Image &dst, const int level, const std::vector< int > &dims)
 Loads a region of a whole-slide image file. More...
 
bool ecvl::OpenSlideGetLevels (const ecvl::filesystem::path &filename, std::vector< std::array< int, 2 >> &levels)
 Get width and height for each level of a whole-slide image. More...