zynq_7010/ImageStitch.h

20 lines
395 B
C
Raw Normal View History

2023-07-17 03:29:37 +00:00
// #pragma once
// #include <opencv2/opencv.hpp>
// #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;
// };