搜索资源列表
ransac
- ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。本源代码用仿摄模型模拟两影像的几何变形,用ransac算法来剔除错误匹配点,得到最终的仿摄参数。-ransac is commonly used in computer vision of a stable, two images can be used for the registration. Imitating source code model perturbation two images of the geometric
ransac.rar
- ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
sift_robhess.rar
- Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差,Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same name, points, RANSAC to gross
vlfeat-0.9.4.1-bin.tar.gz
- vl-sift source code including ransac and matching,vl-sift source code including ransac and matching
ransac.rar
- 用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.
RANSAC.code.Ziv.Yaniv
- 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
ransac
- ransac算法实现,图像匹配使用,消除不是正确匹配的对应点。-ransac
sift-1.1.1_20071108_win
- 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
RANSAC.m
- RANSAC image registration software
ransac
- 这个程序可以使用ransac算法自动剔除匹配错误的对应点-this program can disgard point using ransac method
RANSAC_For_Dummies
- RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical model from a set of observed data which contains outliers. Source code is in Document
ransac
- MATLAB code for Random Sample Consensus (RANSAC)
ransac
- new version of Ransac.m from Peter Kovesi
Ransac
- Ransac Algoritm in C++, I ts usefull in Artificial Vision (see: http://en.wikipedia.org/wiki/RANSAC)
ransac
- 利用RANSC算法去视频抖动,进行匹配,进行电子稳像算法处理-Use RANSC algorithm to video jitter, matching the electronic image stabilization algorithm processing
siftKdtreeRansacCode
- 计算机视觉基本算法 包括: sift KDtree Ransac 提取特征 检索 排错 不错的代码-computer vision including: sift KDtree Ransac
ransac
- RANSAC code to image stitching
code
- matlab implementation for RANSAC
src
- ransac代码用于去除奇异特征点,可用于sift特征提取(RANSAC code is used to remove singular feature points and can be used for SIFT feature extraction)
RANSAC
- RANSAC算法的介绍,模型和例子,比较好的代码,适用于初学者(RANSAC algorithm introduced, models and examples, better code, suitable for beginners)