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

搜索资源列表

  1. GML_RANSAC_Matlab_Toolbox_0[1].2

    0下载:
  2. RANSAC算法及其各种改进算法,以及仿真结果分析-RANSAC algorithm and its improved algorithm and analysis of simulation results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18796
    • 提供者:贾翔
  1. matlabCV

    1下载:
  2. 一些图象处理及机器视觉的matlib工具,例程,有ransac算法,求单应矩阵等等。-some image processing and machine vision matlib tools, routines, ransac algorithm, should seek single matrix, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:77231
    • 提供者:lg
  1. harris

    0下载:
  2. 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6135
    • 提供者:王萍
  1. GML_RANSAC_Matlab_Toolbox_0[1].2

    0下载:
  2. 程序为实现RANSAC算法,通过阅读该程序后,对学习RANSAC非常有帮助.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18389
    • 提供者:李建平
  1. GMLRANSAC

    0下载:
  2. GML_RANSAC_Matlab_Toolbox_0[1].2--RANSAC算法及其各种改进算法,以及仿真结果分析--只是分析
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:52811
    • 提供者:Jinlan Wang
  1. 580

    0下载:
  2. ransac算法及其各种改进算法,以及仿真结果分析
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1437002
    • 提供者:whj4123
  1. RANSAC_23-Apr-2008_

    0下载:
  2. ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:53334
    • 提供者:whj4123
  1. ST_pub

    0下载:
  2. This a research (and didactic) oriented toolbox to explore the PROSAC algorithm. The functions are reasonably well documented and there is a directory containing examples to estimate lines and homographies in presence of outliers. However a previous
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:419029
    • 提供者:chengYAn
  1. RANSAC_plane_single

    0下载:
  2. 基于matlab的RANSAC算法,主要用来拟合二维直线,同时选出非直线的点用于后续曲线拟合。(The RANSAC algorithm based on MATLAB is used to fit two dimensional lines, and the point of non straight line is selected for the subsequent curve fitting.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:2143232
    • 提供者:pkene
  1. ransac算法 C++编写 多线程版

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

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

    0下载:
  2. VS2012 x64+opencv做的图像拼接,sift+ransac(Image stitching made by VS2012 x64+opencv, sift+ransac)
  3. 所属分类:图形图像处理

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

    0下载:
  2. RANSAC 最小二乘 python实现(It is a simple implement of RANSAC and the least square)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:tonyteng
  1. GML_RANSAC_Matlab_Toolbox_0[1].2

    0下载:
  2. ransac直线拟合 完整过程 可运行试试(RANSAC straight line fitting Complete process Try to run)
  3. 所属分类:图形图像处理

  1. Ransac_ls

    0下载:
  2. ransac算法Matlab 实现 RANSAC算法全称是随机抽样一致算法(random sample consensus,RANSAC),RANSAC算法的基本假设是样本中包含正确数据(inliers,可以被模型描述的数据),也包含异常数据(outliers,偏离正常范围很远、无法适应数学模型的数据),即数据集中含有噪声。(The ransac algorithm Matlab achieves the RANSAC algorithm's full name is the random sa
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:zhangyuanzaa
  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. compare_pcl_gpucpu-master

    1下载:
  2. 对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)
  3. 所属分类:图形图像处理

  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
  1. splicing

    1下载:
  2. 二维图像拼接,sift特征匹配,快速k近邻匹配,ransac近一步过滤匹配点(Two dimensional image mosaic)
  3. 所属分类:图形图像处理

    • 发布日期:2021-02-28
    • 文件大小:487424
    • 提供者:乾__坤
  1. warp

    1下载:
  2. Python语言实现全景图拼接,识别特征,ransac提取,后拼接全景图(Python language achieves panorama mosaic, recognition features, RANSAC extraction, and then mosaic panorama)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-29
    • 文件大小:1024
    • 提供者:lala123456
  1. ransac算法

    1下载:
  2. 随机抽样一致算法(RANdom SAmple Consensus,RANSAC),估算出最佳数学模型参数和最佳合适数据。
  3. 所属分类:matlab例程

    • 发布日期:2021-10-18
    • 文件大小:2218
    • 提供者:916387061
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com