refactor.删除实例化的TaskData

This commit is contained in:
MistEO
2022-03-09 23:40:28 +08:00
parent e10b8a2356
commit c595ce60d4
39 changed files with 144 additions and 367 deletions

View File

@@ -18,7 +18,7 @@ bool RecruitTask::_run()
const cv::Mat image = m_ctrler->get_image();
RecruitImageAnalyzer analyzer(image);
analyzer.set_task_data(m_task_data);
if (!analyzer.analyze()) {
return false;