From c108e5ba42168841311b74034d89c31556d628c4 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 12 七月 2022 17:24:10 +0800
Subject: [PATCH] '完善'

---
 ConsoleApplication/THSActionUtil.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ConsoleApplication/THSActionUtil.h b/ConsoleApplication/THSActionUtil.h
index 85e8f47..f04c1f1 100644
--- a/ConsoleApplication/THSActionUtil.h
+++ b/ConsoleApplication/THSActionUtil.h
@@ -36,9 +36,16 @@
 
 	static HWND getL2Win();
 
+	static HWND getThirdWindow();
+
 	//检测环境
 	static bool checkEnv();
 
+	//板块内容分割
+	static std::list<int*> splitPlateRowArea(cv::Mat img);
+
+	static std::list<int*> splitPlateRowArea(cv::Mat img, int start_row, int start_col, int end_row, int end_col);
+
 	//打开同花顺的副屏幕
 	static void openSecondScreen();
 	//设置股票

--
Gitblit v1.8.0