资源简介

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


评论

共有 条评论