You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
377 B
C
15 lines
377 B
C
|
5 years ago
|
#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);
|
||
|
|
};
|
||
|
|
|