SlideIO 2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
convertertifftools.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#ifndef OPENCV_slideio_convertertifftools_HPP
5#define OPENCV_slideio_convertertifftools_HPP
6#include "slideio/converter/converter_def.hpp"
7#include "slideio/core/cvscene.hpp"
8
9namespace slideio
10{
11 class SLIDEIO_CONVERTER_EXPORTS ConverterTiffTools
12 {
13 };
14}
15#endif
Definition: exceptions.hpp:12