#pragma once #include "qstring.h" #include "core\core.hpp" class BatchTest4Alg { public: BatchTest4Alg(); ~BatchTest4Alg(); static bool batchTest(QString strModel, cv::Point pt, int nError, QString strBase, QString strFile); static cv::Point getCaliPosition(QString strFile); static bool saveResult(QString strModel, int nError, QString modelFile, QString saveFile); };