(二)OpenCV特征提取与检测_06_SURF特征检测
特征检测,尺度空间,选择不变性,特征向量 工作原理 1选择图像中POI(Points of Interest) Hessian Matrix 2在不同的尺度空间发现关键点,非最大信号压制 3发现特征点方法、旋转不变性要求 4生成特征向量 #include #include #include using namespace std; using namespace cv; using namespace cv::xfeatures2d; int main(int argc, char** argv) { Mat src; src = imread(../path.jpg); if (
下载地址
用户评论