YUV

所属分类:图形图像处理
开发工具:matlab
文件大小:22KB
下载次数:6
上传日期:2011-05-12 01:58:39
上 传 者hemavathi
说明:  image compression algorithm

文件列表:
YUV\BT601_219.mat (336, 2011-05-08)
YUV\BT601_f.mat (336, 2011-05-08)
YUV\BT601_l.mat (336, 2011-05-08)
YUV\BT709_f.mat (336, 2011-05-08)
YUV\BT709_l.mat (336, 2011-05-08)
YUV\divide_seq.m (773, 2011-05-08)
YUV\GPL (15145, 2011-05-08)
YUV\LICENSE (782, 2011-05-08)
YUV\mm2yuv.m (753, 2011-05-08)
YUV\read_floatframe.m (1025, 2011-05-08)
YUV\rgb2yuv.m (6303, 2011-05-08)
YUV\save_yuvframe.m (1432, 2011-05-08)
YUV\scale_seq.m (6790, 2011-05-08)
YUV\seq_frames.m (1017, 2011-05-08)
YUV\shift_seq.m (2117, 2011-05-08)
YUV\SMPTE_240M.mat (336, 2011-05-08)
YUV\TODO (625, 2011-05-08)
YUV\write_floatframe.m (387, 2011-05-08)
YUV\yuv2avi.m (1763, 2011-05-08)
YUV\yuv2rgb.m (2970, 2011-05-08)
YUV\yuv_compare.m (1942, 2011-05-08)
YUV\yuv_export.m (944, 2011-05-08)
YUV\yuv_import.m (2033, 2011-05-08)
YUV\yuv_range.m (972, 2011-05-08)
YUV (0, 2011-05-08)

MATLAB YUV Toolbox ================== Scripts for manipulating YCbCr (also known as 'YUV') sequences. For comparing YUV sequences the Quality Assessment toolbox is required. For sequence rescaling and when rescaling chromas (e.g. conversion from 4:4:4 to 4:2:) Matlab Image Processing Toolbox function imresize is used. Functions --------- - **divide_seq** - Divides YUV sequence into segments - **read_floatframe** - Reads and displays frame values stored as a stream of float numbers - **rgb2yuv** - Converts RGB to YUV - **save_yuvframe** - Saves selected frame from yuv sequence to image file - **scale_seq** - Scales YUV sequence - **seq_frames** - Returns the number of frames in YUV sequence file - **shift_seq** - Artificially shifts a sequence in a defined direction by any displacement - **write_floatframe** - Stores matrix in a file as a stream of float numbers - **yuv2avi** - Imports YUV sequence and saves it as AVI - **yuv2rgb** - Converts YUV to RGB - **yuv_compare** - Compares two YUV sequences by computing PSNR - **yuv_export** - Exports YUV sequence - **yuv_import** - Imports YUV sequence - **yuv_range** - Computes the range of samples in YUV sequence Examples -------- **yuv\_import**, **yuv2rgb**, **yuv\_compare**: >> [Y, U, V] = yuv_import('FOREMAN_352x288_30_orig_01.yuv',[352 288],2); >> rgb = yuv2rgb(Y{1},U{1},V{1}); >> [PY, PU, PV]=yuv_compare('compressed.yuv','original.yuv',[352 288]);

近期下载者

相关文件


收藏者