Location:
Search - 图像匹配算法实现
Search list
Description: sift图像匹配算法实现 两幅图像合并成一幅图像
Platform: |
Size: 352301 |
Author: 郭忠斌 |
Hits:
Description: C++实现的SIFT图像匹配算法,适用于Linux操作系统
Platform: |
Size: 204300 |
Author: zhenggangeric |
Hits:
Description: Harris角点检测算法的VC++实现,速度快,精度高。
Platform: |
Size: 579609 |
Author: liujingui611 |
Hits:
Description:
Platform: |
Size: 3187343 |
Author: ggopen |
Hits:
Description: 随着城市车辆的增多,交通变得越来越拥挤,所以实现实时的城市交通智能监控对于交通信息收集、规范化交通管 理及城市规划等方面具有重要的意义。针对这个问题,文中以车辆闯红灯为例,提出了一种基于计算机视频检测技术的车 辆运动监控方法。它采用了基于运动矢量的三步搜索算法,在系统实际运行中能根据目标运动方向自动排除许多人为和 自然因素的干扰,确保了图像匹配的快速性和准确性,为对闯红灯等违章行驶车辆进行有效的视频跟踪抓拍和避免误拍提 供了可靠保障
Platform: |
Size: 29873 |
Author: its2000@126.com |
Hits:
Description: 本文提出了一种基于区域匹配的图像拼接算法, 将一幅图像分别从左上、 左下、 右上、 右下四个方位逼近另一幅图像,并在其上作水平平移, 对两幅图像的重叠区域进行相关度计算, 以获得最佳匹配点,实现拼接操作。该算法的有效性及精准性得到验证,结果令人满意。
Platform: |
Size: 193413 |
Author: 766515388@qq.com |
Hits:
Description: SIFT特征匹配算法实现图像拼接
Platform: |
Size: 13282985 |
Author: tengyao529727034 |
Hits:
Description: 图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6.2 图像采集的 VC实现 6.3 常见图像采集卡的性能指标 6.4 图像采集系统应用... -image acquisition code matching motion estimation algorithm 5.2 Introduction typical motion estimation algorithm 5.3 motion estimation algorithm examples in Chapter 6 Video Image Acquisition System 6.1 image acquisition system hardware 6.2 Image Capture the VC 6.3 Common Image Capture Card performance indicators Image Acquisition System 6.4 application
Platform: |
Size: 8285184 |
Author: 相同 |
Hits:
Description: 一个用c#来进行图像匹配的实现算法,该算法是采用sift算法来实现的。-c# 1 used for the realization of image matching algorithm, which is used to sift algorithm achieved.
Platform: |
Size: 289792 |
Author: 王选 |
Hits:
Description: 图象匹配算法,vc++实现的图象匹配算法用fft算法实现的图像匹配程序,速度比传统算法开很多!- -image matching algorithm, vc achieve the image matching algorithm used fft algorithm image matching procedures, faster than traditional algorithms opened many!-
Platform: |
Size: 241664 |
Author: zd |
Hits:
Description: 图象的检测,模板匹配算法代码,实现了图像的运动监测和匹配算法,算法较简单,准确率尚需提高-image detection, template matching algorithm code, the images of the campaign monitoring and matching algorithm. algorithm is relatively simple, yet accurate rate increase
Platform: |
Size: 27648 |
Author: 田纲 |
Hits:
Description: 一种新的基于特征点的图像匹配算法,简单高效,只是现在没有实现源码。-A new feature points based on the image matching algorithm, simple and efficient, but do not achieve the source.
Platform: |
Size: 303104 |
Author: vimone |
Hits:
Description: Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)-Malic is a complete face recognition system under the Linux source code, it is a SourceForge open source project, using real-time Malib treatment, CSU Face Identification Evaluation System for Face Recognition. Algorithms include: Principal component analysis (principle components analysis (PCA)), aka eigenfaces algorithm, mixed-principal component analysis, linear discriminant analysis (PCA+ LDA), the image difference classifier (IIDC), a flexible image matching algorithm (EBGM)
Platform: |
Size: 977920 |
Author: 严锐 |
Hits:
Description: 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。
针对相关系数计算量大的特点,分析了FFT 的基与FFT 处理速度之间的关系以及基16FFT 算法特点,提出用基
16FFT 算法计算相关系数,相关系数的处理时间大幅减小;同时针对高基蝶形单元设计复杂、使用不灵活等特点,
提出采用级连思想实现主基16 蝶形单元,使处理器的设计复杂度降低。实验证明,将主基16FFT 处理器用于相关
系数的计算中,使最大归一互相关图像匹配处理速度达到国际领先水平-err
Platform: |
Size: 70656 |
Author: 李锋 |
Hits:
Description: 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关
匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相
关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短.
在文件夹的图像搜索中实现了图像的快速匹配.-err
Platform: |
Size: 825344 |
Author: 李锋 |
Hits:
Description: sift图像匹配算法实现 两幅图像合并成一幅图像-image matching algorithm sift two images into an image
Platform: |
Size: 352256 |
Author: 郭忠斌 |
Hits:
Description: 抗任意角度旋转的图像匹配算法的matlab实现-image matching of any rotation
Platform: |
Size: 8192 |
Author: withitren |
Hits:
Description: 实现了三种图像匹配算法
1:归一化互相关匹配算法
2:基于Hausdorff距离的图像匹配算法
3:图像不变矩匹配算法-Three matching algorithms to achieve 1: normalized cross correlation matching algorithm 2: the image matching algorithm based on Hausdorff Distance 3: Image Invariant Moment Matching Algorithm
Platform: |
Size: 12288 |
Author: 赵宏磊 |
Hits:
Description: 由于选用部分Hausdorf距离进行图像匹配时不能满足较大尺寸图像匹配实时性要求,利用了多级分层匹配技术加速图像匹配,本文提出了多级实时图像匹配算法,该算法以部分Hausdorf距离为图像匹配相似性度量,结合小波变换多分辨率思想提取多尺度图像特征,实现了由粗到精多级分层实时匹配。-As part of the Hausdorf distance used for image match the larger size can not meet the requirements of real-time image matching using a multi-layered image matching technology to speed up matching, this paper proposes multi-level real-time image matching algorithm for the image to part of the Hausdorf distance matching similarity measure, combined with ideological and extract multi-resolution wavelet transform multi-scale image features, achieved by the coarse to fine multi-layered real-time match.
Platform: |
Size: 265216 |
Author: wenping |
Hits:
Description: 基于VC++的图像匹配金字塔算法,可实现图像的精准匹配。(Pyramid based image matching algorithm VC++)
Platform: |
Size: 1784832 |
Author: qing111 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
21
»