#include <opencv2/features2d/features2d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc_c.h>
using namespace cv;
error C3861: 'matchTemplate': identifier not found
任何人都可以帮我解决这个问题吗?
其他信息: 我正在使用OpenCV2.3
感谢您花时间查看和评论我的问题
最诚挚的问候 Hayk酒店
答案 0 :(得分:2)
你需要包含imgproc.hpp,你所包含的只有C版本:cvMatchTemplate