gtimgcreator.h 369 B

12345678910111213141516171819
  1. //
  2. // Created by lloyd on 2020/9/28.
  3. //
  4. #ifndef GTCVR_GTIMGCREATOR_H
  5. #define GTCVR_GTIMGCREATOR_H
  6. class gtimgcreator {
  7. public:
  8. void creatGTMat(cv::Mat &mat1, cv::Mat &mat2, int matrows, int matcols, std::vector<std::vector<int>> &gtdata1,
  9. std::vector<std::vector<int>> &gtdata2, int pxcount, int oneImg);
  10. };
  11. #endif //GTCVR_GTIMGCREATOR_H