#ifndef IMAGE_UTILITIES_H #define IMAGE_UTILITIES_H #include #include using namespace std; cv::Mat block_threshold(const cv::Mat& gray); vector mrect2box(const cv::RotatedRect& mrect); #endif