-
surf特征点检测和匹配
surf算法的具体实现:
Surf算法原理
(1)、构建Hessian矩阵
(2)、构建尺度空间
图像的尺度空间是这幅图像在不同解析度下的表示,由式(4)知,一幅图像j(X)在不同解析度下的表示可以利用高斯核G(£)的卷积来实现,图像的尺度大小一般用高斯标准差来表示[6]。在计算视觉领域,尺度空间被象征性的表述为一个图像金字塔,其中,输入图像函数反复与高斯函数的核卷积并反复对其进行二次抽样,这种方法主要用于Sift算法的实现,但每层图像依赖于前一层图像,并且图像需要重设尺寸,因此,这种计算方法运算量较大,而SURF算法申请增加图像核的尺寸,这也是SIFT算法与SURF算法在使用金字塔原理方面的不同。算法允许尺度空间多层图像同时被处理,不需对图像进行二次抽样,从而提高算法性能。图1(a)是传统方式建立一个如图所示的金字塔结构,图像的寸是变化的,
- 2022-04-15 04:54:37下载
- 积分:1
-
输入wiimote的加速度信息,利用kalmanfilter过滤加速度,得到有效的信息...
输入wiimote的加速度信息,利用kalmanfilter过滤加速度,得到有效的信息-use kalman filter refine the acceleration data from the wiimote, get the final useful data
- 2022-03-16 22:44:23下载
- 积分:1
-
图象多分扁率分析一
图象多分扁率分析一-Multi-image analysis of a flat rate
- 2022-03-17 19:11:23下载
- 积分:1
-
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。...
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。-Achieve the image brightness adjustment, VC6 to run properly, real-time view the results, and intuitive.
- 2023-03-23 11:15:04下载
- 积分:1
-
用Bresenham算法画圆,使用打点函数实现上述功能
用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
- 2022-07-06 16:02:11下载
- 积分:1
-
smooth graphics scaling, and the proportion, quite good!
图形的平滑缩放,以及比例的计算,比较不错!-smooth graphics scaling, and the proportion, quite good!
- 2022-03-13 19:13:14下载
- 积分:1
-
c++图像处理源代码
C++图像处理用于显示bmp文件的类,类名为DIB,有了这个类,再添加自己要处理的算法,就可以在c++mfc中对图像进行操作和处理了,用的时候将这个类添加到工程下,就可以直接调用了!!
- 2023-02-09 23:05:04下载
- 积分:1
-
video files from a data to be used to address the video is a data operation to g...
从视频文件中得到一帧数据,用于处理 是一个对视频数据操作的必经过程-video files from a data to be used to address the video is a data operation to go through the process
- 2022-03-22 18:25:11下载
- 积分:1
-
椭圆的有效的扫描转换
椭圆的有效的扫描转换-elliptical effective scan conversion
- 2023-09-03 01:25:02下载
- 积分:1
-
border, the use of gradient algorithm, testing and consistent results photoshop
图象边界搜索,使用梯度算法,测试和photoshop效果一致-border, the use of gradient algorithm, testing and consistent results photoshop
- 2022-07-02 20:34:15下载
- 积分:1