搜索资源列表
Ransac
- RASANC去除无效点,实际测试,效果不错。-RASANC remove invalid points, good results.
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
Prosac
- 用opencv2.3.1+vs2008实现PROSAC算法。PROSAC是比ransac算法更快的剔除无匹配算法。前提是,这种策略的前提是假定匹配度高的特征是内点的概率比匹配度低的特征要高。 -With opencv2.3.1+ vs2008 realize PROSAC algorithm. PROSAC is faster than ransac algorithm of eliminate no matching algorithms. Premise is, this strategy
BM_RANSAC2
- 基于VC6.0和OPENCV的RANSAC块匹配算法-The RANSAC block matching algorithm based on VC6.0 and OPENCV
subpixelMatching
- 用于双目立体图像校正:亚像素角点、双向粗略匹配、用RANSAC方法计算F、opencv自带函数矫正图像-For binocular stereo image correction: the corner points of the sub-pixel, two-way rough match, use the RANSAC method F comes with opencv function corrected image
3D-gamer
- 雙camera,取出左右camera的image,做flann ransac matching(基予sift)同時計算出fundamental matrix和深度關係。另外做了光流法h檔 加載後 可以計算左右camera 運動位移。 如果不能解壓縮,請將檔案後綴改成7z。-3D geometry
LinePlaneRansac
- 利用RANSAC进行直线拟合,利用RANSAC进行三维平面拟合-To utilize RANSIC fitting a straight line, using RANSIC three-dimensional plane fitting
RANSAC
- 提纯检测到的特征点的一个算法,可以和SIFT算法结合使用,去除一些误匹配的关键点,提高代码的执行效率-Purified feature points detected an algorithm that can be used in conjunction with SIFT algorithm to remove some of the mismatching of the key points to improve the efficiency of the implementation o
test
- 双目视觉的立体匹配和特征点检测,sift/surf/orb等特征都可以,ransac方法去噪-Stereo matching and feature points detection, sift/surf/ORB and other characteristics of the binocular vision can RANSAC method de-noising
360_panorama
- 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
OpencvProject
- 目前网上用MSER做图像配准的代码资料较少,特上传此代码做学习交流。欢迎业内同仁共同讨论研究,本代码采用opencv自带的mser特征提取方法,并对该特征进行sift椭圆表达,在配准时使用ransac算法进行提纯。因为时间有限,未考虑LM光束法平差约束,日后进行添加。-MSER
ransac
- 一个实现ransac的源程序代码,对于机器视觉图像处理及其相关应用有很好的参考价值。-An implementation ransac source code, image processing for machine vision and related applications have a good reference value.
Qt_RobHess_SIFT
- RobHess的SIFT源码 RANSAC去除误匹配-SIFT the source code for RobHess RANSAC remove false match
RANSAC
- 使用RANSAC类稳健参数估计的例子。Example of using the Ransac class for robust parameter estimation.-Example of using the Ransac class for robust parameter estimation.
ran
- 实现图形图像处理中RANSAC算法,利用算法用最小二乘法拟合一条曲线-RANSAC graphics image processing algorithm, using a least squares fit algorithm curve
BezierFitting
- 随机生成一堆杂乱数据,借助RANSAC和贝塞尔样条拟合出曲线形状,使之最大程度拟合数据-Do the three degree Bezier Spline fitting based on RANSAC
robwhess-opensift
- 基于局部不变特征的图像匹配。利用SIFT算法实现局部特征的检测与提取,再用RANSAC算法筛选特征点,提高正确的匹配率。-Based image matching local invariant features. Use SIFT algorithm to detect and local feature extraction, and then filtering feature points RANSAC algorithm to improve the correct match rat
sift_match
- 输入两张图片,提取特征点,通过Ransac计算变换矩阵H,进而实现图像融合-Enter the two images, extracting feature points calculated by Ransac transformation matrix H, and thus achieve image fusion
SIFT-RANSAC
- opencv里的SIFT检测与RANSAC提纯,具备RANSC算法的详细步骤,VS2010环境-opencv in the SIFT and RANSAC to detect purified with RANSAC algorithm detailed steps
Ransac
- ransac算法源码,是根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。-ransac algorithm source code, based on a set of sample data set contains abnormal data, a mathematical model to calculate the parameter data, an algorithm is effective sample data.