CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - RANSAC算法

搜索资源列表

  1. RANSAC.rar

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

    • 发布日期:2014-12-21
    • 文件大小:16453
    • 提供者:yangxuemei
  1. RANSAC.code.Ziv.Yaniv

    2下载:
  2. 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:18412
    • 提供者:
  1. ransac

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

    • 发布日期:2017-03-31
    • 文件大小:1570
    • 提供者:岳庆兴
  1. ransac

    0下载:
  2. 利用RANSC算法去视频抖动,进行匹配,进行电子稳像算法处理-Use RANSC algorithm to video jitter, matching the electronic image stabilization algorithm processing
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4892368
    • 提供者:李华
  1. RANSAC

    0下载:
  2. 随机抽样一致性算法,主要用于参数一致性的检验。-RANSAC implemente
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3947
    • 提供者:chuanbindeng
  1. PerformanceEvaluationofRANSACFamily

    0下载:
  2. 讲述RANSAC算法的估算实现,含原理及应用。-Estimates about the RANSAC algorithm to achieve, including theory and application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:700990
    • 提供者:seven
  1. csharpRANSAC

    0下载:
  2. 由Fischle和Bones在1981年首次提出的(Random Sample Consensus,RANSAC)[32]是一种鲁棒性拟合数据的算法。它是一种容错能力很强的算法,可以有效的把外点剔除-Fischle and Bones Random Sample Consensus,RANSAC
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:520626
    • 提供者:lockepeak
  1. RANSAC

    0下载:
  2. ransac算法的具体实现,里面有实验数据和结果数据。-the implementation of ransac algorithm , there are experimental data and results data.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:1329449
    • 提供者:sunshujuan
  1. ransac_algorithm

    0下载:
  2. ransac算法的另一种实现,可以根据需要选择-the other implementation of ransac algorithm, you can choose according to your needs.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:418008
    • 提供者:sunshujuan
  1. Ransac

    0下载:
  2. 随机抽样一致性算法,用于在一群样本中去掉噪声样本,得到有效的样本-RANSAC algorithm is used to remove noise sample group of samples, the effective sample
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:6567024
    • 提供者:艾伦
  1. RANSAC

    1下载:
  2. 使用c++编程,使用描述RANSC算法进行滤波,提取直线或园-To use c++ programming, by filtering to use descr iptive RANSC algorithm, to extract a straight line or park
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:5674938
    • 提供者:周鑫
  1. myforRANSAC

    0下载:
  2. RANSAC算法,可以滤除SIFT的误匹配,在计算机视觉领域应用广发。-RANSAC algorithm, can filter out erroneous SIFT matching applications in the field of computer vision GF.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1937870
    • 提供者:飞羽
  1. SIFT_RANSAC_MATCH

    0下载:
  2. 利用GPU加速的SIFT算法,实现影像匹配,并利用RANSAC进行粗差的剔除-GPU-accelerated use SIFT algorithm to achieve image matching, and use RANSAC removing coarse poor
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-15
    • 文件大小:23031491
    • 提供者:宋孟肖
  1. RansacDemo

    0下载:
  2. Ransac算法实现的二维上的匹配,MFC完成的界面-This is a ransac demo using MFC as the interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14337911
    • 提供者:zhangst
  1. RandomCircle3D

    1下载:
  2. 空间圆 拟合代码 RANSAC 算法 通过测试,可以处理点云数据。-Spatial circle fitting code with RANSAC algorithm through the test, you can handle the point cloud data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6423627
    • 提供者:mcs
  1. RANSAC

    0下载:
  2. 自己开发的随机一致性算法,能去除外点,然后采用最新二乘法拟合曲线-RANSAC algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:ChengLi
  1. surfmatch

    1下载:
  2. surf匹配算法外加kdtree的匹配策略和ransac误差剔除-surf match kdtree ransac
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-20
    • 文件大小:43008
    • 提供者:zj
  1. RANSAC平面提取

    2下载:
  2. 根据点云的分布特征,采用随机采样一致性算法提取平面(According to the distribution characteristics of point clouds, a random sampling consistency algorithm is used to extract the plane.)
  3. 所属分类:Windows编程

    • 发布日期:2020-03-29
    • 文件大小:8192
    • 提供者:彩云之南
  1. Ransac拟合直线和圆

    1下载:
  2. C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)
  3. 所属分类:C#编程

    • 发布日期:2021-03-17
    • 文件大小:76800
    • 提供者:bosshyup
搜珍网 www.dssz.com