// #pragma once // #include // #include "scanservices_utils.h" // class ImageStitch // { // private: // /* data */ // public: // ImageStitch(int pixtype,int width,int heigth); // ~ImageStitch(); // cv::Mat GetStitchImage(cv::Mat mat); // private: // int m_pixtype; // int m_width; // int m_height; // cv::Mat m_mat; // };