diff --git a/MeoAssistance/include/Identify.h b/MeoAssistance/include/Identify.h index 829b5694d9..40e74e911b 100644 --- a/MeoAssistance/include/Identify.h +++ b/MeoAssistance/include/Identify.h @@ -28,9 +28,10 @@ namespace asst { // return tuple< algorithmType, suitability, matched asst::rect> std::tuple find_image(const cv::Mat& image, const std::string& templ, double templ_threshold); + // return pair< suitability, raw opencv::point> + std::pair match_template(const cv::Mat& cur, const cv::Mat& templ); + std::optional