6#include "slideio/drivers/ome-tiff/ot_api_def.hpp"
7#include <opencv2/core.hpp>
11#include "slideio/base/slideio_enums.hpp"
17 class SLIDEIO_OMETIFF_EXPORTS OTTools
20 static DataType stringToDataType(
const std::string& type);
21 static double convertToMeters(
double value,
const std::string& units);
22 static double convertToSeconds(
double tResolution,
const std::string& units);
Definition: exceptions.hpp:15