CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ransac c

搜索资源列表

  1. RANSAC

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

    • 发布日期:2008-10-13
    • 文件大小:2674
    • 提供者:chudajian
  1. SIFT算法的C语言实现(基于OpenCV),

    2下载:
  2. SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-03-20
    • 文件大小:448526
    • 提供者:yuanou2007
  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. vlfeat-0.9.4.1-bin.tar.gz

    0下载:
  2. vl-sift source code including ransac and matching,vl-sift source code including ransac and matching
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7450467
    • 提供者:Yoo,seok bong
  1. CPP_RANSAC

    1下载:
  2. C++实现RANSAC,成功消除错误的匹配点-C++ implementation RANSAC, a successful match point to eliminate errors
  3. 所属分类:2D Graphic

    • 发布日期:2014-12-21
    • 文件大小:461824
    • 提供者:苑亚萍
  1. ransac.rar

    2下载:
  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. 所属分类:Special Effects

    • 发布日期:2015-07-24
    • 文件大小:18592
    • 提供者:朱静
  1. sift

    0下载:
  2. 一位浙大本科生的关于SIFT匹配算法的论文,讲解的比较详细,里面有和角点检测匹配算法的比较。-Zhejiang University undergraduates a SIFT matching algorithm on paper, more detailed explanations, there are corner detection and matching algorithm comparison.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1359953
    • 提供者:罗胜华
  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. homest-1.3

    0下载:
  2. 求单应矩阵的算法。应用LM算法。输入2幅图片上的4对对应点,应用该算法可以找到单应矩阵。-http://www.ics.forth.gr/~lourakis/homest/ C/C++ Library for Robust, Non-linear Homography Estimation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:56267
    • 提供者:cao
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. Ransac

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

    • 发布日期:2017-04-07
    • 文件大小:4774
    • 提供者:remoranb
  1. RANSAC_Beta_v0.01

    1下载:
  2. ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:785203
    • 提供者:Li xiang ru
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. RANSAC

    0下载:
  2. RANSC 的代码,使用C++完成,内附小例子,能够指导你如何使用-the code of RANSAC
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:17417
    • 提供者:MWG
  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. ransac-pcl

    0下载:
  2. Ransac program for plane detection, the algorithm is implemented in C++ and works on Point cloud, the input is a PCD file which is generating by PCL-Library (sohaib-l@hotmail.fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1262386
    • 提供者:sohaib lr
  1. ransac算法 C++编写 多线程版

    1下载:
  2. 这是ransac算法,用 C++编写,是一个面向 多线程应用的版本 可以参考README.txt使用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2018-01-22
    • 文件大小:61443
    • 提供者:hbxgdw@sohu.com
  1. stitching

    0下载:
  2. sift+ransac实现多张图片拼接 windows10+vs2017+opencv2.4.13(windows10+vs2017+opencv2.4.13)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:12442624
    • 提供者:lovelife233
  1. Ransac

    1下载:
  2. 随机抽样一致性算法, 实现圆的拟合, C Sharp 程序(Random sampling consensus algorithm to achieve circle fitting, C Sharp program)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-17
    • 文件大小:70656
    • 提供者:lursh
  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
« 12 »
搜珍网 www.dssz.com