-
文字识别基础: 图象二值化和转化为256色
文字识别基础: 图象二值化和转化为256色-Character Recognition : the two images and values into 256 color
- 2023-03-29 11:00:04下载
- 积分:1
-
GUI result inquiry system. Many functions can be achieved. Really ah
GUI成绩查询系统。可以实现很多功能。真的可以啊-GUI result inquiry system. Many functions can be achieved. Really ah
- 2023-04-23 17:20:03下载
- 积分:1
-
是个例子程序,能实现指纹的识别,包括几方面的东西。
是个例子程序,能实现指纹的识别,包括几方面的东西。-One example is the procedure to achieve fingerprint identification, including a number of things.
- 2022-07-28 01:34:29下载
- 积分:1
-
VC 6.0 Mandebo Lott of the drawing functions
利用VC++ 6.0实现了曼德勃罗特图的绘制功能-VC 6.0 Mandebo Lott of the drawing functions
- 2022-07-16 01:55:54下载
- 积分:1
-
在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提...
在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提供了一个很简单的类,示范了如何实现闪屏。这个类只有二个函数,结构很清晰。一看就明白,还有详细的注释。-procedures in the actual development, blinking screen is used frequently. If the program to initialize some time, blinking screen design more necessary, not only to make your procedures beautiful, but also write on your version information. A lot of the benefits. This source provides a very simple type, model of how to achieve blinking screen. The only two types of function, structure is very clear. One can understand it, there are detailed notes.
- 2022-12-09 19:00:02下载
- 积分:1
-
MFC实例,有将近20个实例,非常好,希望大家顶一下
MFC实例,有将近20个实例,非常好,希望大家顶一下-MFC example
- 2023-03-04 08:20:04下载
- 积分:1
-
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~...
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~-Borland C++ Builder 6.0 to develop the drawing board procedures, but also a recreation of the NEE ~
- 2022-11-29 14:45:03下载
- 积分:1
-
Dijstra算法图
/*
- 2022-03-10 01:56:58下载
- 积分:1
-
VS2005 out of the windows to do under the Paint program, you can set a variety o...
VS2005 下做出来的windows画图程序,可以设置多种画笔,画出多种图形,支持文件的缩放,保存和读取-VS2005 out of the windows to do under the Paint program, you can set a variety of brushes, draw a variety of graphics, support files, zoom, save and read
- 2022-02-15 04:27:53下载
- 积分:1
-
基于sift的图像拼接技术
应用背景
SIFT特征匹配算法, 在没有先验知识条件下, 对旋转、尺度缩放、光照、视角变化等图像变化因素保持一定鲁棒性, 且对低重叠区域(30%左右的相似重叠区域)、部分遮挡(只出现在其中一张图上的物体)和噪声等因素也保持较好的可匹配性。可用于多尺度下的特征匹配,以及鲁棒性的图像拼接。
关键技术
1.高斯尺度空间极值检测
2.特征点位置的确定
3.特征点方向的分配
4.生成SIFT特征向量
5.图像拼接
6.图像融合
提取图像的sift特征,构造特征描述子,基于sift特征构造BBF-tree,根据描述子之间的欧式距离进行初步的匹配,然后进过鲁棒的Ransac估计出最佳运动模型H,然后用距离加权的方法在重叠区进行融合。
- 2022-01-26 00:03:58下载
- 积分:1