| | |
| | | static void addGP(string code); |
| | | //批量添加股票 |
| | | static void betchAddGP(HWND addDialog,list<string> codeList); |
| | | static std::list<GPCodeArea> getListenL2GPAreaAndCode(RecognitionManager* recognitionManager); |
| | | |
| | | //删除板块内的所有代码 |
| | | static void clearPlateCodes(HWND hwnd); |
| | | |
| | |
| | | static GPCodeArea recognitionPlateContentArea(cv::Mat grayImg); |
| | | |
| | | |
| | | //添加目标标的(目标标的的数量必须大于9个才行) |
| | | //添加目标标的 |
| | | static void addTargetCodes(list<std::string> codeList, RecognitionManager* recognitionManager); |
| | | |
| | | static std::list<GPCodeArea> getListenL2GPAreaAndCode(RecognitionManager* recognitionManager); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | //同花顺是否卡死 |
| | | static bool thsIsDead(); |
| | | |
| | | }; |
| | | |