登录
首页 » matlab » shichatu

shichatu

于 2020-09-03 发布 文件大小:1924KB
0 204
下载积分: 1 下载次数: 10

代码说明:

  通过执行程序,可以实现对物体视差图的生成,进而可以实现深度图。(Through the implementation of the program, you can achieve the object disparity map, and then you can achieve depth map.)

文件列表:

lankton_stereo
lankton_stereo\lankton_stereo
lankton_stereo\lankton_stereo\demo.m
lankton_stereo\lankton_stereo\msseg
lankton_stereo\lankton_stereo\msseg\.#newreadme.txt
lankton_stereo\lankton_stereo\msseg\.#RGB2Luv.m
lankton_stereo\lankton_stereo\msseg\.#test.m
lankton_stereo\lankton_stereo\msseg\compile_edison_wrapper.m
lankton_stereo\lankton_stereo\msseg\edison_wrapper.m
lankton_stereo\lankton_stereo\msseg\edison_wrapper_mex.cpp
lankton_stereo\lankton_stereo\msseg\edison_wrapper_mex.h
lankton_stereo\lankton_stereo\msseg\edison_wrapper_mex.mexa64
lankton_stereo\lankton_stereo\msseg\edison_wrapper_mex.mexglx
lankton_stereo\lankton_stereo\msseg\edison_wrapper_mex.mexw32
lankton_stereo\lankton_stereo\msseg\Luv2RGB.m
lankton_stereo\lankton_stereo\msseg\msfilt.m
lankton_stereo\lankton_stereo\msseg\msseg.m
lankton_stereo\lankton_stereo\msseg\readme.txt
lankton_stereo\lankton_stereo\msseg\RGB2Luv.m
lankton_stereo\lankton_stereo\total_stereo.m
lankton_stereo\lankton_stereo\tsuL.png
lankton_stereo\lankton_stereo\tsuR.png
lankton_stereo\lankton_stereo\Left0001.bmp
lankton_stereo\lankton_stereo\Right0001.bmp

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

发表评论

0 个回复

  • Code2
    实验目的: 1) 图像水平集合 2) 图像加密算法 3) 边缘提取 4) 噪音图像的产生 (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure (Experimental purposes: 1) the level of collection of image 2) image encryption algorithm 3) Edge 4) noise generated images (2) display images, understanding image model (3) the use of images in different formats, understanding the significance of image compression (4) image to do a simple experiment needs to operate the skilled use of the following MATLAB command: imread, imwrite, imshow, figure)
    2008-07-29 17:02:40下载
    积分:1
  • image
    图像灰度拉伸、直方图均衡算法以及FCM聚类算法。(Image stretching, histogram equalization algorithm and the FCM clustering algorithm.)
    2008-08-10 13:11:12下载
    积分:1
  • srad
    srad斑点去噪各向异性扩散滤波器,代码很短,本身该方法就含有不少的偏微分方程,看懂需要仔细研究。(srad, speckle denoising anisotropic diffusion filter)
    2014-02-08 18:03:45下载
    积分:1
  • 融合可以用的PCNN工具箱 70754311PCNN_toolbox
    图像融合可以用的PCNN工具箱,可以使用在图像融合里(PCNN Toolbox for Image Fusion)
    2020-06-24 03:20:01下载
    积分:1
  • ImageFusion
    实现多种方法的全色和多光谱图像融合:(1)IHS变换(2)高通滤波(3)GIHS方法(4)小波变换(5)PCA (6)Brovey变换(A variety of methods of panchromatic and multispectral image fusion: (1) IHS transform (2) high-pass filter (3) GIHS method (4) wavelet transform (5) PCA (6) Brovey transform)
    2021-05-09 22:38:34下载
    积分:1
  • DIP
    包含基于三种不同方法的应用于图像处理的矩阵低秩分解的matlab算法,可以将目标图像分解为一个低秩图像和一个稀疏图像之和;并包含一种基于区域生长方法的图像区域识别程序,可以用来提取图像中的目标。(Containing used in image processing based on three different methods of low-rank matrix decomposition algorithm matlab, the target image can be decomposed into a low rank of the image and the image and a sparse and contains a region growing method based on image area recognition program It can be used to extract the object in the image.)
    2016-03-12 10:15:41下载
    积分:1
  • kernel-fusion
    一种比较新颖的方法,通过对以往提出几种核估计方法的融合,建立新核,达到更好的图像恢复效果(A relatively new method, proposed in the past by the nuclear fusion of several estimation methods, the establishment of new nuclear, to achieve better image restoration effect)
    2015-09-17 16:22:17下载
    积分:1
  • CoSaMP_OMP
    orthogonal Matching Pursuit(OMP),CoSaMP算法的Matlab实现。(orthogonal Matching Pursuit(OMP),CoSaMP Algorithms)
    2012-02-03 12:29:44下载
    积分:1
  • JPEGCompression
    说明:  编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • meanshifts
    图像处理均值漂移算法平滑处理meanshift(mean shift)
    2015-12-29 16:03:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载