-
Visual C++ 数字图像处理典型算法及实现(3)
Visual C++ 数字图像处理典型算法及实现(3)-Visual C++ digital image processing algorithms and implementation of a typical (3)
- 2022-03-16 20:09:40下载
- 积分:1
-
图像变换处理源代码。包括平滑、锐化、灰度、增强等。基于VC++6.0编译,无需任何改动。...
图像变换处理源代码。包括平滑、锐化、灰度、增强等。基于VC++6.0编译,无需任何改动。-images transform source code. Includes Smooth, Sharpen, gray and so on. Based on VC 6.0 compiler, without any changes.
- 2022-01-26 03:55:29下载
- 积分:1
-
转动、碰撞的三维地球
转动、碰撞的三维地球- Rotation, collision three dimensional Earth
- 2022-01-31 11:47:21下载
- 积分:1
-
一个兼容性比较好的usb摄像头图像采集源代码,具有很好的应用性...
一个兼容性比较好的usb摄像头图像采集源代码,具有很好的应用性-a better compatibility usb camera image acquisition source code, has a good application
- 2022-10-12 21:25:03下载
- 积分:1
-
opencv视频抓取,转换成DIB方式处理
opencv视频抓取,转换成DIB方式处理-opencv video crawl, the way into a deal with DIB
- 2022-11-03 00:15:03下载
- 积分:1
-
有关位图处理的程序
有关位图处理的程序-the bitmap handling procedures
- 2022-03-19 05:12:33下载
- 积分:1
-
这是一个为352x288(或D1)和连续的阈值处理代码的重量…
这是一个对352x288(或D1)连续以及各分量阈值处理的代码,看了会对buffer的数据存储以及调用很有帮助-This is a 352x288 (or D1) and the weight of consecutive threshold treatment code will read the data storage buffer and call the very helpful
- 2022-01-26 05:30:14下载
- 积分:1
-
讲述了指纹登记、注册原理,对研究指纹的朋友有一定的帮助
讲述了指纹登记、注册原理,对研究指纹的朋友有一定的帮助-About the fingerprint registration, register principle, the study of fingerprints has some friends to help
- 2022-12-28 03:30:04下载
- 积分:1
-
a method for extracting distinctive invariant features from
images that can be...
SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。
2 SIFT 主要思想
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。
-a method for extracting distinctive invariant features from
images that can be used to perform reliable matching between different views of
an object or scene. The features are invariant to image scale and rotation, and
are shown to provide robust matching across a a substantial range of affine distortion,
change in 3D viewpoint, addition of noise, and change in illumination.
The features are highly distinctive, in the sense that a single feature can be correctly
matched with high probability against a large database of features from
many images.
- 2022-06-20 23:30:48下载
- 积分:1
-
现在我们给定两幅ALV路标的捕捉图像,我们实际工作中首先要捕获路标(这里我们假定环境中已经有路标),而此时的景象是难以预知的:我们不知道路标在什么位置、是什么路...
现在我们给定两幅ALV路标的捕捉图像,我们实际工作中首先要捕获路标(这里我们假定环境中已经有路标),而此时的景象是难以预知的:我们不知道路标在什么位置、是什么路标、除了路标还有那些图像模式?
基本要求:使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。试验报告同前面一样,要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动轨迹) ,绘制算法框图,给出结论。并检查上机结果。
-err
- 2022-01-26 07:25:19下载
- 积分:1