5#include <opencv2/core/types.hpp>
6#include "transformer_def.hpp"
7#include <opencv2/core.hpp>
11 class TransformationEx;
13 class SLIDEIO_TRANSFORMER_EXPORTS TransformerTools
16 static void computeInflatedRectParams(
const cv::Size& sceneSize,
const cv::Rect& blockRect,
int invlationValue,
const cv::Size& blockSize,
17 cv::Rect& inflatedBlockRect, cv::Size& inflatedSize, cv::Point& blockPositionInInflatedRect);
Definition: exceptions.hpp:15