搜索资源列表

  1. ransac

    0下载:
  2. ransac算法的实现
  3. 所属分类:图形图象

  1. 图像配准的RANSAC算法

    3下载:
  2. 使用SIFT算法找到初始特征点后,再使用RANSAC算法得出变换矩阵,以完成两幅图像的配准。
  3. 所属分类:图形图象

    • 发布日期:2011-04-21
    • 文件大小:849
    • 提供者:junjieyjj
  1. ransac

    0下载:
  2. ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。本源代码用仿摄模型模拟两影像的几何变形,用ransac算法来剔除错误匹配点,得到最终的仿摄参数。-ransac is commonly used in computer vision of a stable, two images can be used for the registration. Imitating source code model perturbati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:陈艳
  1. ransac

    0下载:
  2. RANSAC算法实现数据拟合,用此算法可以实现多视角图像匹配等-RANSAC algorithm for data fitting, using this algorithm can realize multi-angle image matching, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:lidong
  1. RANSAC

    0下载:
  2. RANSAC algorithm, written by visual c++ 6
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:chudajian
  1. ransac

    0下载:
  2. 全景拼接算法中需要用到的RANSAC算法经典文章-Panorama stitching algorithm necessary to use the RANSAC algorithm classic article
  3. 所属分类:文档资料

    • 发布日期:2024-05-05
    • 文件大小:1131520
    • 提供者:zkz
  1. ransac

    1下载:
  2. ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。-ransac, random sample of the consistency algorithm used in image processing feature point matching.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:226304
    • 提供者:李明
  1. RANSAC.m

    0下载:
  2. RANSAC image registration software
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Aeolos
  1. ransac

    0下载:
  2. 用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。-Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:朱静
  1. ransac

    0下载:
  2. 这个程序可以使用ransac算法自动剔除匹配错误的对应点-this program can disgard point using ransac method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:岳庆兴
  1. RANSAC

    0下载:
  2. 算法实例,角点匹配的算法,不错的,可以-ransac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:644096
    • 提供者:infor9
  1. ransac

    1下载:
  2. MATLAB code for Random Sample Consensus (RANSAC)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:Abhinandan
  1. ransac

    0下载:
  2. new version of Ransac.m from Peter Kovesi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:Fab
  1. RANSAC

    0下载:
  2. :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。-: In this paper, the Star into a matching problem in computer vision ma
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:lilin
  1. Ransac

    0下载:
  2. Ransac Algoritm in C++, I ts usefull in Artificial Vision (see: http://en.wikipedia.org/wiki/RANSAC)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:remoranb
  1. RANSAC

    0下载:
  2. 随机抽样一致算法RANSAC,在图像配准中可以用于去除不精确的匹配点。-Random sample consensus algorithm RANSAC, in the image registration can be used to remove inaccurate matching point.
  3. 所属分类:图形图象

    • 发布日期:2024-05-05
    • 文件大小:723968
    • 提供者:晴天
  1. RANSAC

    0下载:
  2. 利用VC++实现RANSAC算法,文件利用c++风格编写,通俗易懂-Using VC++ to achieve RANSAC algorithm, the file using c++ style of writing, easy to understand
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:16384
    • 提供者:yangxuemei
  1. RANSAC

    0下载:
  2. Explanation to RANSAC Algorithm, useful to fit lines or better least square algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:776192
    • 提供者:stephc_int13
  1. MatlabFns-modified-ransac

    0下载:
  2. This is computer vision matlab codes. I modified the ransac modules. Thank you~
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:9123840
    • 提供者:ohmygotta
  1. RANSAC

    0下载:
  2. Matlab Toolbox for RANSAC
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:974848
    • 提供者:kumar
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org