我正在用C++编写一个程序,它使用2张图像来检测SURF特征,使用bruteforcematcher计算匹配并绘制它。这是代码#include#include#include#include"opencv/cv.h"#include"opencv/highgui.h"#include"opencv2/features2d/features2d.hpp"usingnamespacecv;usingnamespacestd;intmain(intargc,char**argv){if(argckeypoints1,keypoints2;detector.detect(source1,key