mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
feat.新增肉鸽招募干员精英化、等级识别,自动判断是否招募
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
bool asst::OcrWithPreprocessImageAnalyzer::analyze()
|
||||
{
|
||||
m_without_det = true;
|
||||
|
||||
cv::Mat img_roi = m_image(utils::make_rect<cv::Rect>(m_roi));
|
||||
cv::Mat img_roi_gray;
|
||||
cv::cvtColor(img_roi, img_roi_gray, cv::COLOR_BGR2GRAY);
|
||||
|
||||
Reference in New Issue
Block a user