admin
2023-02-09 125db633619a0b4c7bd1d498ea2bf1cefa4f73d3
ConsoleApplication/THSActionUtil.h
@@ -31,6 +31,7 @@
   //L2数据有效
   int cateIndex;
};
typedef list<OCRResult> (*MatOcrFun)(string key_regex,cv::Mat mat);
//同花顺事件
class THSActionUtil
{
@@ -77,6 +78,8 @@
   //打开同花顺的副屏幕
   static void openL2Screen();
   //矫正L2代码板块(选中首版待选)
   static bool correctL2ScreenPlate(MatOcrFun matOcrFun);
   static void openSecondScreen();
   static void openThirdScreen();
   static void openTradeSuccessScreen();