-
OpenCv based on the realization of hough transform for image process, the effect...
一种基于OpenCv的实现对图像hough变换的程序,效果相当不错。-OpenCv based on the realization of hough transform for image process, the effect has been quite good.
- 2022-03-16 08:05:07下载
- 积分:1
-
基于sift的图像拼接技术
应用背景
SIFT特征匹配算法, 在没有先验知识条件下, 对旋转、尺度缩放、光照、视角变化等图像变化因素保持一定鲁棒性, 且对低重叠区域(30%左右的相似重叠区域)、部分遮挡(只出现在其中一张图上的物体)和噪声等因素也保持较好的可匹配性。可用于多尺度下的特征匹配,以及鲁棒性的图像拼接。
关键技术
1.高斯尺度空间极值检测
2.特征点位置的确定
3.特征点方向的分配
4.生成SIFT特征向量
5.图像拼接
6.图像融合
提取图像的sift特征,构造特征描述子,基于sift特征构造BBF-tree,根据描述子之间的欧式距离进行初步的匹配,然后进过鲁棒的Ransac估计出最佳运动模型H,然后用距离加权的方法在重叠区进行融合。
- 2022-01-26 00:03:58下载
- 积分:1
-
VC汉字识别系统源码与个体软件改进文档
VC汉字识别系统源码与个体软件改进文档-VC Chinese character recognition system with individual source software to improve document
- 2022-03-19 17:38:02下载
- 积分:1
-
The code is mainly based on the Daubechies wavelet transform code
该代码主要为在c语言环境下编写的基于Daubechies的小波变换代码-The code is mainly based on the Daubechies wavelet transform code
- 2022-06-01 05:58:13下载
- 积分:1
-
在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。...
在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。-In the gray image in a straight line detection, the experiment with the effect of the image. Using fast Hough transform, to correctly segment endpoint search.
- 2022-08-13 10:53:16下载
- 积分:1
-
OCR based on LEADTools
一个基于LEADTools的字符识别OCR例子。实现了诸如字符数字等的识别-OCR based on LEADTools
- 2022-02-13 14:39:38下载
- 积分:1
-
在对话框画图标核心程序
在对话框画图标核心程序-icon painting in the dialog box procedure core
- 2023-06-19 12:20:03下载
- 积分:1
-
KenGraphic
1.功能很强大的数学运算类,
2.算法经过多次优化,速度经过测试
3.包含类别有
点,线,面,圆,球,圆柱,多边形,向量,矩阵运算等多种类-KenGraphic
- 2022-07-27 14:50:52下载
- 积分:1
-
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了...
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了-This is the fingerprint processing procedures, some procedures may be in the command line to show the focal point, and after a number of improvements, is the effect of better
- 2022-07-12 08:05:22下载
- 积分:1
-
源代码的PDF程序作为输入文件,由两列…
The pdf program with source code takes as input a file that consists of two columns.
The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and NC indicates that the text will be numerically compressed.
The second column will have a text string beginning with and ending with quotes. For BC the text must consist of the numbers 0-9 and letters A-F ( Hex 0-9, A-F). Also, in BC if the length of the string is odd,a zero will be prepended to the string to make it and even number.
For TC the text can consist of any of the legal
text compress charactors in the pdf417 standard. For NC, the letters 0-9 are allowed in the text.
-The pdf program with source code takes as input a file that consists of two columns.
The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and N
- 2022-03-09 17:01:14下载
- 积分:1