opencv_C++ Brisk ( Binary Robust Invariant Scalable Keypoints )特征检测与匹配
文章目录一、代码示例二、结果展示一、代码示例#include#includeusingnamespacecv;usingnamespacestd;RNGrng(12345);voiddrawKeypoints_test(constvector&keypoints,Mat&outImage){for(size_ti=0;idetector=BRISK::create();vectorkeypoint