搜索资源列表
yuv2jpeg
- 将yuv图像转换为jpeg格式文件,代码简洁,使用方便,jpeg文件可在windows中浏览.
jpeg
- ARM视频监控平台开发中,有关图像和视频处理的程序,包括采集的图像直接显示在VGA显示器上进行YCbCr或YUV到RGB的颜色空间转换
jpeg-6b
- jpeg编码,可以将yuv编码成jpeg格式
jpeg2yuv
- 把JPEG图像转化为YUV数据. 用C开发的源代码,直接可以用
1
- 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
jpeg.documents
- JPEG轉出YUV程式12345678
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
JPEG2YUV
- 把单个JPEG文件或一个目录下所有JPEG文件转换成一个YUV文件。-Convert JPEG file(s) into a single YUV file
yuv
- 评测JPEG或其他编码器压缩后的图像块效应程度的代码,其标准为流行的GBIM评测标准-Evaluation or other encoder JPEG compressed image block effect of the degree of code, its standard for evaluating GBIM popular standards
jpg_to_mjpegtools_yuv-0.1
- jpg_to_mjpegtools_yuv就是JPEG向YUV传换的过程代码.-JPEG to YUV is jpg_to_mjpegtools_yuv Chuan code for the process.
jpegshow
- 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
colorspacezhuanhuan
- RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
yuv
- 此程序是将.yuv文件读取并且进行JPEG压缩编码,程序可用-This procedure is. Yuv file to read and to JPEG compression, the program can be used
yuv_jpeg
- yuv转换成jpeg的软件代码,此代码是从网上找到的很精简的代码-change yuv to jpeg code
BMP
- 本文详细说明了BMP文件的结构,可用于指导BMP文件与YUV,JPEG等格式的转换-this DOC expain the BMP struct detail,it can be use to change BMP to YUV or JPEG
sp5368_mtk_sdk
- 图像处理芯片Sp5368(superpix)在MT6223D上移植的稳定版本,8080 cpu 总线,yuv图像接口,软件JPEG压缩算法。-Image processing chip Sp5368 (superpix) transplantation in MT6223D, stable version, 8080 cpu Bus, for yuv images interface, software JPEG compression algorithm.
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时