登录
首页 » matlab » lankton_stereo

lankton_stereo

于 2016-11-15 发布 文件大小:443KB
0 110
下载积分: 1 下载次数: 27

代码说明:

  基于双目的深度图获取,根据图像合成深度图左右视点( depth map based on binocular)

文件列表:

lankton_stereo
..............\demo.m,515,2007-12-20
..............\msseg
..............\.....\.#newreadme.txt,45,2008-03-31
..............\.....\.#RGB2Luv.m,45,2008-03-31
..............\.....\.#test.m,45,2008-03-31
..............\.....\compile_edison_wrapper.m,483,2007-12-20
..............\.....\edison_wrapper.m,6072,2007-12-20
..............\.....\edison_wrapper_mex.cpp,8891,2007-12-20
..............\.....\edison_wrapper_mex.h,776,2007-12-20
..............\.....\edison_wrapper_mex.mexa64,115147,2007-12-20
..............\.....\edison_wrapper_mex.mexglx,105137,2007-12-20
..............\.....\edison_wrapper_mex.mexw32,49152,2007-12-20
..............\.....\Luv2RGB.m,765,2007-12-20
..............\.....\msfilt.m,1195,2007-12-20
..............\.....\msseg.m,1468,2007-12-20
..............\.....\readme.txt,1572,2007-12-20
..............\.....\RGB2Luv.m,798,2007-12-20
..............\total_stereo.m,6004,2007-12-20


下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • paticle_filter_tracking
    运用基于粒子滤波法和MEANSIFT算法实现视频序列的目标跟踪(The use of particle filter based algorithm and MEANSIFT tracking video sequences)
    2010-11-28 15:47:44下载
    积分:1
  • canny边缘检测
    说明:  基于Robert算子、Sobel算子、Prewitt算子、Log算子、Canny算子的边缘检测代码(Edge detection code based on Robert operator, Sobel operator, Prewitt operator, LOG operator and Canny operator)
    2021-01-18 13:15:37下载
    积分:1
  • 基于无损压缩的加密可逆信息隐藏_郑淑丽
    说明:  针对现有方法存在的隐藏容量低、操作不灵活的缺陷,文章提出了一种基于无损压缩的加密图像可逆 信息隐藏算法。(In view of the defects of low hiding capacity and inflexible operation of the existing methods, this paper proposes a reversible information hiding algorithm for encrypted images based on lossless compression.)
    2020-11-05 16:09:52下载
    积分:1
  • ransac1
    使用 RANSAC 算法计算仿射变换矩阵(RANSAC algorithm using an affine transformation matrix)
    2016-04-23 14:53:49下载
    积分:1
  • modulate_GIyanzheng_NGI
    归一化鬼成像计算方法,比传统鬼成像算法更快更好(Normalized ghost imaging calculation method, faster and better than traditional ghost imaging algorithm)
    2016-10-14 20:32:50下载
    积分:1
  • 线性高光谱解混常用算法程序
    涵盖了几种常用的基于线性混合模型的高光谱数据解混算法的代码,可以借鉴!(It covers several common codes of hyperspectral data fusion algorithm based on linear mixed model, which can be used for reference.)
    2021-02-22 11:29:41下载
    积分:1
  • charrecognition
    《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
    2007-05-28 20:52:03下载
    积分:1
  • fuzzyedge
    图象的模糊边缘检测,用MATLAB实现的,有用户界面和检测结果!(Image fuzzy edge detection, implemented using MATLAB, user interface and test results!)
    2012-09-09 15:50:11下载
    积分:1
  • fuliye
    说明:  1. 对图像进行傅里叶变换。 2. 根据傅里叶变换的结果去除图像的竖条纹噪声。 3. 对图像进行傅里叶逆变换,得到分割图像。 (1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Fourier Transform of the images obtained segmented image.)
    2010-03-17 19:30:01下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载