| 48 | } |
| 49 | |
| 50 | MAA_CTRL_NS::ControllerAgent* TaskBase::controller() |
| 51 | { |
| 52 | return tasker_ ? tasker_->controller() : nullptr; |
| 53 | } |
| 54 | |
| 55 | RecoResult TaskBase::run_recognition( |
| 56 | const cv::Mat& image, |
nothing calls this directly
no outgoing calls
no test coverage detected