搜索资源列表

  1. match

    0下载:
  2. 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关 匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相 关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短. 在文件夹的图像搜索中实现了图像的快速匹配.-err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:825344
    • 提供者:李锋
  1. blockMatch

    0下载:
  2. 主要针对格式为bmp的图像,进行图像的某一块的匹配。-Bmp format for the target image, an image of a match.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:917504
    • 提供者:kk
  1. quasidensedemo.tar

    0下载:
  2. 实现立体匹配算法"quasi-dense matching"的Matlab代码,具体可参见CVPR 2007文章 Quasi-dense wide baseline matching using match propagation.-Stereo Matching Algorithm realize quasi-dense matching the Matlab code can be found in specific CVPR 20
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-10
    • 文件大小:538624
    • 提供者:司卫光
  1. DSPmubiaogenzong

    0下载:
  2. 基于dsp的目标跟踪和检测算法的研究和实现,研究了图像跟踪系统的基本工作原理,以及图像跟踪和相关匹配所使用的一些基本技术。详细介绍了SUSAN算子在边缘检测和角点检测方面的应用。并基于SSCD相似性度量准则提出了一个新的加权的SSCD准则,并对几种度量准则进行对比分析,最后在选取模板和模板更新上选用了多子模板的策略,这样能更有效的减小部分遮挡和旋转带来的影响。 -Dsp-based target tracking and detec
  3. 所属分类:DSP编程

    • 发布日期:2024-05-10
    • 文件大小:2984960
    • 提供者:张浩
  1. match

    0下载:
  2. 简单的计算器 实现了大部分功能 和windows自带的类似-Simple calculator functions and realize the majority of windows bring similar
  3. 所属分类:.net编程

    • 发布日期:2024-05-10
    • 文件大小:3649536
    • 提供者:paul
  1. matchbycorrelation

    0下载:
  2. MATCHBYCORRELATION - match image feature points by correlation.Function generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each ot
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:wugang
  1. MATCHBYMONOGENICPHASE

    0下载:
  2. match image feature points using monogenic phase data.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:wugang
  1. match

    0下载:
  2. 一个字母匹配的程序,给出一目标字符串,可让用户输入几个字符看是否与目标字符串中的字符匹配-A letter matching procedure, given a target string that allows the user to enter a few characters to see if the target string with the characters in the match
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:892928
    • 提供者:zhangyun
  1. pj

    0下载:
  2. 提出了一种基于特征点的全自动无缝图像拼接方法。该方法采用对于尺度具有鲁棒性的SIFT算法进行特征点的提取与匹配,并通过引导互匹配及投票过滤的方法提高特征点的匹配精确度,使用稳健的RANSAC算法求出图像间变换矩阵H的初值并使用LM非线性迭代算法精炼H,最终使用加权平滑算法完成了图像的无缝拼接。-Based on feature points of automatic seamless image mosaic method. The m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:151552
    • 提供者:小兔兔牙
  1. DAVINCI_Object_Recogination

    0下载:
  2. TI达芬奇开发平台下的目标识别程序主要匹配准则为力矩直方图和人的肤色等-TI DaVinci development platform for target identification procedures under the guidelines for the moment the main match and the color histogram, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:
  1. Km

    0下载:
  2. 图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂-Graph Theory in the bipartite graph matching the best match for KM algorithm, with c realize, easy-to-read
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:cdw
  1. template-matching

    0下载:
  2. 用MATLAB进行图形样板匹配的源程序,(开发平台MATLAB7.0)-Using MATLAB graphics to match the source model, (development platform MATLAB7.0)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:55296
    • 提供者:chao wang
  1. SIFTAlgorithmcodes

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT) 在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配。-DG lowe the scale-invariant features of the conversion algorithm (SIFT) and OpenGL-based opencv source code based on the increase i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:7247872
    • 提供者:
  1. Match-Template

    0下载:
  2. 一个图像模板匹配代码,可以从一幅图中识别特定图像-An image template matching code, a map can identify a specific image
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:98304
    • 提供者:xingxing
  1. newmatch

    0下载:
  2. 对两幅图像进行角点检测,并对检测到的角点进行特征匹配,效果非常好,误匹配率非常低,耗时仅9毫秒-Two images of the corner detection, and detects the angular point feature matching, the effect is very good, very low false match rate, time-consuming only 9 ms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:张志超
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-spli
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:171008
    • 提供者:memcpy
  1. Match-Template

    0下载:
  2. 模板匹配,能够准确的找出与所给图像一致的目标。-Template matching, the ability to accurately identify the image with the given goal.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:100352
    • 提供者:cheng tiantian
  1. SIFT_demo

    0下载:
  2. SIFT是一种非常热门的图像匹配算法,能对发生旋转、缩放的图像进行匹配,文件演示了匹配过程,用MATLAB给出了源代码-SIFT is a very popular image matching algorithm, can occur rotating, zooming, image match, the document demonstrated the matching process, using MATLAB source c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1472512
    • 提供者:cxl
  1. tuxiangpinjiefa

    0下载:
  2. 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:117760
    • 提供者:王钰
  1. SIFT_VC

    0下载:
  2. 利用VC 编写的SIFT 特征匹配程序,可以在影像 旋转,缩放时仍能成功匹配-VC prepared using SIFT feature matching process, you can rotate the image, zoom was still a successful match
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:25139200
    • 提供者:gonghui
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org