资源简介
DIBR算法的简单实现,针对单幅图像,稍加改进就可以处理视频。最终生成左右分离格式的3D图像
代码片段和文件信息
function [L R] = cd2lr2(color depth rows cols)
% This program performs the popular Depth Image based Rendering to generate
% Stereoscopic views for 3D Video Displays
%
% This program accepts the color video and the depth video in the YUV 4:2:0
% format and convert it to the stereoscopic views known as Left and Right
% Videos. The output Left and Right will be in the same YUV format. rows is
% the height of the video and cols is the width of the video while numf is
% the number of frames that you need to convert
%
% This program requires the yuv toolbox which can be downloaded from
% http://sprljan.com/nikola/matlab/yuv.html for free. YUV Toolbox is a
% provided by Nikola Sprljan.
%
% This program implements the rendering framework that is used in the paper
%
% “
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
.CA.... 6607 2012-01-10 18:27 dibr\cd2lr2.m
.CA.... 1043 2012-01-10 18:06 dibr\demo_cd2lr.m
.CA.... 1802 2012-01-10 18:02 dibr\find_shiftMC3.m
.CA.... 990514 2011-11-07 17:02 dibr\first.png
.CA.... 93106 2011-11-07 17:04 dibr\first_depth.png
.CA.... 239 2011-11-01 14:47 dibr\holefiling.m
.CA.... 1336 2010-07-24 03:51 dibr\license.txt
.CA.... 990455 2011-11-07 17:03 dibr\second.png
.CA.... 91154 2011-11-07 17:04 dibr\second_depth.png
..A.SH. 109568 2012-02-17 15:01 dibr\Thumbs.db
.CA.... 2839 2010-07-16 12:26 dibr\yuv2rgb.m
.CA.... 2156 2011-10-28 15:22 dibr\yuv_import.m
目录 0 2012-03-01 09:20 dibr
----------- --------- ---------- ----- ----
2290819 13
相关资源
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - BarrelDistortion 两个matlab程序
- weixingrangloudianchifadian 设计了燃料电池
- code 求解二维波动方程
- RBF_Matlab_code 径向基函数的matlab 代码程
- PNNpredict19
- spectralMattingCode 用于数字抠图的源代码
- gradient
- TVMMcode 国外一个博士写的图像复原的
-
Theimagetextureanalyssba
sedonthefractaldime -
vision_ba
sed_barcode_reader -
Fourier_Disc
riptor 基于傅里叶描述子对 - levelsetcode_CV 在基于的图像分割方法中
- Code2817164
- CVPR10-LLC \“Locality-constrained Linear Cod
- ID3(matlab) ID3算法的matlab实现
-
MethodofFaultDiagnosisforRollingBearingba
se - Cognitive-Radio 利用通信系统中调制信号
- a-level-set-inariable-distance 李春明提出的
- SMS-Islanding
- MNIST-handwritten-digits 手写数字识别数据
- EUdistance 计算两个矩阵之间的欧氏距离
- matlab_audio 基于matlab GUI的音频信息处理
- Compressed-sensing-denoising-code 压缩感知去
- BM3D 本人收集的BM3D资料
- bi-directional-DCDC-converter 详细介绍了双
- GSO-code 全新的智能算法-萤火虫群算法
- Backstepping-Sliding-Mode 龙的线性化理论。
- stockprediction 基于灰色神经网络的股指
评论
共有 条评论