搜索资源列表
yuv
- C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
yuv_import
- 可以读取yuv文件,输入文件夹名字、图像尺寸、帧数等,为处理yuv文件的前提-Input: filename- YUV sequence file dims- dimensions of the frame [width height] numfrm- number of frames to read startfrm- [optional, default = 0] specifies from which frame to start reading
read_yuv
- 将yuv文件格式的视频读取出来,读取之后得到亮度色度分量的三个矩阵-Three matrices obtained luminance and chrominance components of the video file format yuv read out, after reading
yuvReader1
- matlab本来不能读取yuv文件,此程序保存并转换位为RGB格式(Read '.yuv' file type and translate it to RGB form.)