CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - stereo matlab

搜索资源列表

  1. MultiscaleStereoFeaturesMatching

    1下载:
  2. 一个matlab实现的立体匹配算法,程序中算法采用的是金字塔算法,具有计算速度快的特点-Matlab achieve a stereo matching algorithm, which is used to process the pyramid algorithm, Calculation speed is of the characteristics
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6603
    • 提供者:忠波
  1. 用于对图像极线校正的matlab代码

    3下载:
  2. 用于对图像极线校正的matlab代码 基于Tutorial on Rectification of Stereo Images,matlab code for epipolar rectification
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-26
    • 文件大小:839326
    • 提供者:niuchuan
  1. StereoDisparity.zip

    0下载:
  2. The algorithm is based on “Segment-Based Stereo Matching Using Belief Propogation and a Self-Adapting Dissimilarity Measure” by Klaus, Sormann, and Karner. ,The algorithm is based on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-28
    • 文件大小:469255
    • 提供者:徐亮
  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. belief_propagation_algorithm

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:805
    • 提供者:michael
  1. Stereo-Disparity

    0下载:
  2. 人们之所以能够看到深度,是因为,来自三维世界的不同视角。本程序尝试从一个2D图像映射并计算对应的3D的距离。-People have been able to see the depth, is because the three-dimensional world from different perspectives. This procedure attempts to map from a 2D image and calculate the corresponding 3D dista
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:520144
    • 提供者:王拨
  1. ActiveCalibration

    0下载:
  2. 主动视觉的摄像机标定程序,基于马颂德的立体视觉标定方法,测试程序可再与我联系!-Active Vision camera calibration procedure, based on Ma Songde Calibration Method for Stereo Vision, testing procedures can contact me!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:7394
    • 提供者:杨卫
  1. Regional

    1下载:
  2. 区域法立体匹配的实时性问题研究立体视觉匹配的相关算法-Regional real-time stereo matching method of study related to stereo vision matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1079
    • 提供者:任冉冉
  1. sift

    0下载:
  2. sift特征点对应匹配算法对立体匹配的初学者和资深编程人员都是很有用的式-sift the corresponding feature point matching algorithm for stereo matching of beginners and experienced programmers are very useful type
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:441162
    • 提供者:任冉冉
  1. kalman

    1下载:
  2. 实现了1D,2D,3D空间自由度下的运动参数的扩展Kalman滤波算法,文章2008 IROS Visual SLAM for 3D Large-Scale Seabed Acquisition Employing Underwater Vehicles的具体实现。-a novel technique to align partial 3D reconstructions of the seabed acquired by a stereo camera mounted on an au
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:274154
    • 提供者:Li Yanli
  1. CameraCalibration(stereo)

    2下载:
  2. 一个立体系统相机标定,立体图像校正以及三维三角测量的多功能matlab工具箱。压缩包中包括一个PDF说明文档,和一个带有实验用图像的matlab程序压缩包。-A three-dimensional system, camera calibration, stereo image correction, as well as three-dimensional triangulation of multi-function matlab toolbox. Compressed package in
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-04-05
    • 文件大小:1556263
    • 提供者:llc
  1. correlCorresp

    2下载:
  2. 寻找相应的特点,在一副图片的基础是许多光流、立体的视觉和图像间的配准算法。一个发现匹配方法简单,取一小块一个图像,计算其滑动互相与其他的形象,并找到一个高峰。此表格提供了课堂的实现方法。-Finding corresponding features in a pair of images is the basis of many optic flow, stereo vision and image registration algorithms. One straightforward app
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:776551
    • 提供者:王羽
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. SIFT

    0下载:
  2. Matlab图像配准代码 用sift算法 对两个图片进行匹配-matlab stereo image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1677631
    • 提供者:ning jingjing
  1. StereoRegion

    2下载:
  2. 利用matlabde实现双目立体视觉中,对应图像对的深度信息的获取 (区域匹配算法实现)。-Use of matlab binocular stereo vision, corresponding to the depth of the image information
  3. 所属分类:Special Effects

    • 发布日期:2014-05-09
    • 文件大小:236544
    • 提供者:杜益福
  1. StereoRegion

    0下载:
  2. 立体声区域增长算法进行并行处理,matlab程序编写,准确识别-Stereo region growing algorithm for parallel processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:236161
    • 提供者:Rock
  1. stereo-disparity

    1下载:
  2. matlab实现图像匹配的视差图,可以用于3D重建系统,机器视觉等领域。-Matlab image matching parallax figure, and can be used in 3 D reconstruction system, machine vision, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2111026
    • 提供者:开降龙
  1. Photometric-stereo-method

    3下载:
  2. 光度立体法matlab程序,通过立体球求取光源方向,通过求解稀疏矩阵来实现物体的三维重建-Photometric stereo matlab program, through the three-dimensional sphere to obtain the direction of light source, through the sparse matrix to achieve three-dimensional reconstruction of objects
  3. 所属分类:Special Effects

    • 发布日期:2016-10-28
    • 文件大小:4096
    • 提供者:杨永利
  1. matlab 界面编程,立体视觉实例搞定

    0下载:
  2. matlab 界面编程,立体视觉实例搞定(Matlab interface programming and examples of stereo vision)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:1034240
    • 提供者:Chao SIR
  1. Stereo Matching

    1下载:
  2. matlab 立体匹配,包含了多种三维重建中的立体视觉匹配(Matlab stereo matching, including stereo vision matching in many kinds of three-dimensional reconstruction)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-03
    • 文件大小:2557952
    • 提供者:ZYF1997
« 12 »
搜珍网 www.dssz.com