sprljan.com

Matlab image&video compression depot

YUV Toolbox (v1.50)
Download

Manipulations of YUV sequences. Uses Wavelet and Quality Assessment toolboxes; and Matlab Image Processing Toolbox.

Functions

This toolbox consists of the following functions:

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]);