mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
适配干员名识别参数
This commit is contained in:
@@ -22,12 +22,14 @@ namespace asst {
|
||||
protected:
|
||||
constexpr static int SwipeExtraDelay = 0;
|
||||
|
||||
virtual bool keep_swipe(bool reverse = false);
|
||||
std::vector<TextArea> detect_opers(const cv::Mat& image,
|
||||
std::unordered_map<std::string, std::string>& feature_cond,
|
||||
std::unordered_set<std::string>& feature_whatever);
|
||||
int detect_elite(const cv::Mat& image, const asst::Rect name_rect);
|
||||
|
||||
virtual bool swipe(bool reverse = false);
|
||||
virtual bool keep_swipe(bool reverse = false);
|
||||
|
||||
Rect m_swipe_begin;
|
||||
Rect m_swipe_end;
|
||||
int m_swipe_duration = 0;
|
||||
|
||||
Reference in New Issue
Block a user