5#include "slideio/drivers/svs/svs_api_def.hpp"
6#include "slideio/base/resolution.hpp"
7#include <opencv2/core.hpp>
15 struct PHTLevelDeclaration
18 cv::Size declaredSize = {};
19 Resolution spacing = {};
23 struct PHTImageDeclaration
27 Resolution spacing = {};
28 std::vector<PHTLevelDeclaration> levels;
35 struct SLIDEIO_SVS_EXPORTS PHTMetadata
37 std::vector<PHTImageDeclaration> images;
38 const PHTImageDeclaration* wholeSlideImage()
const;
43 SLIDEIO_SVS_EXPORTS PHTMetadata readPHTMetadata(
const std::string& description);
Definition: exceptions.hpp:15