feat.新增肉鸽招募干员精英化、等级识别,自动判断是否招募

This commit is contained in:
MistEO
2022-05-29 01:04:04 +08:00
parent 425101c2e3
commit b7a6ed84cf
12 changed files with 204 additions and 16 deletions

View File

@@ -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);