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

搜索资源列表

  1. image-mosaic.doc

    0下载:
  2. 图像拼接(image mosaic)技术是将一组相互间重叠部分的图像序列进行空间匹配对准,经重采样合成后形成一幅包含各图像序列信息的宽视角场景的、完整的、高清晰的新图像的技术。图像拼接在摄影测量学、计算机视觉、遥感图像处理、医学图像分析、计算机图形学等领域有着广泛的应用价值。 一般来说,图像拼接的过程由图像获取,图像配准,图像合成三步骤组成,其中图像配准是整个图像拼接的基础。本文研究了两种图像配准算法:基于特征和基于变换域的图像配准算法。 在基于特征的配准算法的基础上,提出一种稳健的基于特征点的
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:332849
    • 提供者:
  1. RANSACPharris

    1下载:
  2. 运用harris提取角点,并通过领域检测获得初始匹配。通过RANSAC算法对初始匹配进行计算,在获得基础矩阵F的同时,获得精确匹配点。-Using Harris to extract corner points and obtain the initial matching through the field detection. The initial matching is calculated by RANSAC algorithm, and the exact matching poin
  3. 所属分类:Special Effects

    • 发布日期:2016-03-18
    • 文件大小:28766208
    • 提供者:黄屁屁
  1. sift_match

    1下载:
  2. 输入两张图片,提取特征点,通过Ransac计算变换矩阵H,进而实现图像融合-Enter the two images, extracting feature points calculated by Ransac transformation matrix H, and thus achieve image fusion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17918050
    • 提供者:张丹
  1. RANSACmatlab

    0下载:
  2. 基于Matlab的RANSAC算法根据图像中的特征点减小匹配误差,以及求基本矩阵。
  3. 所属分类:matlab例程

  1. yl_panorama

    0下载:
  2. 实现全景拼接,使用SIFT提取特征,然后使用RANSAC对齐位置,最后进行拼接。-Realization panorama stitching, using SIFT feature extraction, and then use the RANSAC alignment position, and finally stitching.
  3. 所属分类:Graph program

    • 发布日期:2017-06-09
    • 文件大小:15725946
    • 提供者:刘晓晶
  1. DUP_MOSAIC

    0下载:
  2. matlab code for mosaicing of two images.here we use homography and ransac for mosaicng of two images.
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3474989
    • 提供者:arjunprasad
  1. ransac

    0下载:
  2. 对图像处理很有帮助,希望你你能够好好学习,天天向上-Is of great help to image processing, hope you can good good study, day day up
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:716075
    • 提供者:1233
  1. CPP_RANSAC

    0下载:
  2. 它是基于一组包含异常数据的样本数据集,并计算数据的数学模型参数。这是第一次由Fischler和Bolles 1981提出。ransac是经常使用的计算机视觉。RANSAC假设为一组正确的数据,有一种方法,模型参数的计算。-It is based on a set of sample data sets containing abnormal data, and the mathematical model parameters are calculated. It was first propo
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1538237
    • 提供者:张强
  1. image-feature-detection-and-matching

    0下载:
  2. 用于图像特征提取和匹配,三维重建等的经典方法,包括sift,surf,Harris,RANSAC,8点算法等-For image feature extraction and matching, 3D reconstruction and other classical methods, including sift, surf, Harris, RANSAC, 8 point algorithm, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9069568
    • 提供者:陈美美
  1. Ransac2

    0下载:
  2. 这是一个关于ransac算法的示例,实现效果不错,可以参考使用。-This is an example on ransac algorithm to achieve good results, you can reference.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:Doreen2013
  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. RANdom Sample Consensus code
  3. 所属分类:Button control

    • 发布日期:2017-04-29
    • 文件大小:184434
    • 提供者:gaoyang
  1. Ransac

    0下载:
  2. 随机抽样一致性检测直线,用途很广,做拼接的也能用到吧-Random coincidence detection lines, very versatile
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:70298
    • 提供者:阿灰
  1. OpenCV_Surf

    0下载:
  2. 基于OpenCV实现的,基于SIFT和SURF算法的特征点提取匹配程序,包含野点消除,和Ransac处理过程。-OpenCV to achieve, based on the feature point extraction algorithm SIFT and SURF matching procedures, including the elimination of outliers, and Ransac process based.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:7280385
    • 提供者:Kamison
  1. ransac1

    0下载:
  2. 使用 RANSAC 算法计算仿射变换矩阵-RANSAC algorithm using an affine transformation matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:周淳佳
  1. LOGOSIFT

    0下载:
  2. GUI for logo detection usinf SIFT RANSAC
  3. 所属分类:matlab

    • 发布日期:2017-06-02
    • 文件大小:13949078
    • 提供者:Arindam
  1. sift

    0下载:
  2. 改进的sift匹配算法,提取到sift特征点之后加上ransac去做筛选误识别点-After matching algorithm Improved sift, sift feature points extracted to do screening plus ransac erroneous identification point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:37196
    • 提供者:laoji
  1. Image-Stitching

    0下载:
  2. 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:12972
    • 提供者:白玉
  1. sift-kd-treePsansac

    1下载:
  2. 基于SIFT 的电子稳像技术。用SIFT+KDTREE+RANSCA实现-image stabilization based on sift+kd tree+ransac
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11839508
    • 提供者:hanll
  1. LO-RANSAC

    0下载:
  2. Loransac 的源代码,非常有用。希望能帮到有需要的-loransac code,very important。thanks。
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:189665
    • 提供者:旋风
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com