CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 立体匹配

搜索资源列表

  1. 立体匹配的算法

    0下载:
  2. 立体匹配的算法,用于图像处理-stereo matching algorithms for image processing
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:292752
    • 提供者:王明和
  1. 三维重建摄像机标定

    0下载:
  2. 这个程序是立体匹配的可执行程序 中间用到opengl来显示场景的三维信息
  3. 所属分类:图形图像处理(光照,映射..)

  1. 双目立体匹配源代码

    7下载:
  2. 双目立体匹配程序,匹配效果较好,大家有研究双目视觉的可以参考参考。
  3. 所属分类:3D图形编程

  1. 3Drebuild.rar

    2下载:
  2. 双目立体视觉理论基础上的三维重建,采用立体匹配、SIFT匹配算法,Binocular stereo vision based on the theory of three-dimensional reconstruction using stereo matching, SIFT matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2014-05-06
    • 文件大小:1865064
    • 提供者:xiaoyang
  1. DM642STEREOMATCH_c.rar

    0下载:
  2. 基于特征的立体匹配算法,可以固化到芯片上。速度比较快,可以实时运行。已经经过测试并在产品上已经使用了。,stereo matching algorithm based on feature and can be used in DSP AND ARM etc.
  3. 所属分类:图形图象

    • 发布日期:2017-04-03
    • 文件大小:7407
    • 提供者:翟振刚
  1. StereoRegion1.zip

    5下载:
  2. 基于区域的立体匹配算法 本算法从两幅彩色立体图像对中提取深度信息,使用过滤器消除视差图深度估计中的不稳定性。,Region Based Stereo Matching Algorithms region based stereo matching algorithms are developed for extraction depth information from two color stereo image pair. A filter eliminating unrelia
  3. 所属分类:3D Graphic

    • 发布日期:2014-05-06
    • 文件大小:237819
    • 提供者:吴明
  1. 标定和立体匹配中极线约束 方法

    2下载:
  2. 利用opencv进行三维重建的简便方法通过六个步骤,特别是摄像机标定和立体匹配中极线约束 方法 的使用,给出了基于OpenCV的三维重建算法,Three-dimensional reconstruction using opencv easy way through the six steps, especially the camera calibration and stereo matching epipolar constraint method in use, given the th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-26
    • 文件大小:125110
    • 提供者:heaze
  1. BP.rar

    2下载:
  2. 基于可信传播的立体匹配算法(max-product belief propagation,accelerated updating),Based on the credibility of the spread of stereo matching algorithm (max-product belief propagation, accelerated updating)
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:2827
    • 提供者:王拨
  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:257263
    • 提供者:swx
  1. Dinp_2004

    1下载:
  2. 这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:222464
    • 提供者:gengyingnan
  1. stereo

    1下载:
  2. 立体匹配的源码,可以计算两幅图像的视差,并可以做简单的重建。-Stereo matching of source code, can be calculated two parallax images, and can be easy to do the reconstruction.
  3. 所属分类:Graph program

    • 发布日期:2017-06-14
    • 文件大小:18674481
    • 提供者:wendy
  1. SIFT_VC

    1下载:
  2. 基于SIFT的双目立体视觉匹配的代码,可实现两幅图片的立体匹配。-SIFT-based binocular stereo vision matching code, enabling two-dimensional image matching.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-06
    • 文件大小:163840
    • 提供者:小康
  1. stereo

    0下载:
  2. 双目立体匹配,用图像,运行可看到仿真结果!-stereo vision
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5801520
    • 提供者:刘金鑫
  1. mrfstereo

    0下载:
  2. 马尔科夫随机向量场立体匹配。计算机视觉中的经典算法。-Markov random vector field stereo matching. Classical computer vision algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:360274
    • 提供者:lulyon
  1. graphcutforcpp

    1下载:
  2. 这是一个基于图割算法的立体匹配程序。本程序给出了相应的c/c++代码,可以在Unix和windows下进行编译和执行。效果很好!-This is a graph cut algorithm based on stereo matching process. This procedure gives the corresponding c/c++ code can be compiled under Unix and windows and execution. Good results!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:45967
    • 提供者:peter
  1. stereomatchingaft

    2下载:
  2. 图割算法 求图像的立体匹配问题 最大流最小割问题-graphcut stereomatching matlabcode
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1606
    • 提供者:njyunting
  1. siftformatlab

    2下载:
  2. 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-22
    • 文件大小:396288
    • 提供者:peter
  1. 19216821442008521844461657586

    0下载:
  2. 一种基于walsh变换的图像立体匹配方法,获得了较好的效果,具有较强的抗噪声性能 -Walsh transform based image stereo matching method to obtain good results, with strong anti-noise performance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:242583
    • 提供者:乔鹏飞
  1. Stereopatch

    0下载:
  2. 这是一个关于3D图象重建立体匹配的代码,大家可以下下来参考一下,只上传了代码。此方法比较简单-This is a study on 3D image reconstruction of three-dimensional matching code, we can look down under, only upload the code. This method is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:18478
    • 提供者:陈忠翔
  1. stereoflowMatlab7

    1下载:
  2. matlab下面立体匹配和光流场计算代码,希望能对大家有所帮助。-matlab the following three-dimensional matching and optical flow field calculation code, hoping to be helpful to everyone.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1201906
    • 提供者:王李
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com