SlideIO 2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
pketools.hpp
1// This file is part of slideio project.
2// It is subject to the license terms in the LICENSE file found in the top-level directory
3// of this distribution and at http://slideio.com/license.html.
4#pragma once
5
6#include "slideio/drivers/pke/pke_api_def.hpp"
7#include <opencv2/core.hpp>
8#include <string>
9
10namespace slideio
11{
12 class SLIDEIO_PKE_EXPORTS PKETools
13 {
14 public:
15 };
16}
Definition: exceptions.hpp:12