搜索资源列表
jpeg
- 远程监控的图像编码程序,实现YCBCR或YUV到RGB的转换,
jpeg
- ARM视频监控平台开发中,有关图像和视频处理的程序,包括采集的图像直接显示在VGA显示器上进行YCbCr或YUV到RGB的颜色空间转换
jpeg-6b
- jpeg编码,可以将yuv编码成jpeg格式
jpeg.documents
- JPEG轉出YUV程式12345678
EVC 图形库
- 视频YUV格式文件直接转换为JPEG压缩文件,高效快捷
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
yuv422_jpg
- 使用JPEG库将从摄像头得到的YUV格式数据缓冲区转换为JPG文件的示例代码.-example of how to convert YUV data from camera to JPG file using libjpeg
libv4l-0.6.2-test.tar
- 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl
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
YUV2Jpg
- 一个y u v 转换成 JPEG图片格式的例子. #include "stdafx.h" #include "YUV2Jpg.h" #include "YUV2JpgDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__ #endif -A yuv convert JPEG image format examples.
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
Merge_Jpeg2Yuv
- this program is merging jpeg files into an YUV file.
v4l2_yuv_jpeg_bmp.tar
- 基于V4L2的视频采集,能够采集YUV、JPEG、BMP格式的图像。编译前请先阅读README.-Based on V4L2 video acquisition, and can be collected YUV, JPEG, BMP format picture.Please read the README before compilation.
jpeg-compress
- 用matlab对图像进行rgb到yuv变换 压缩-this program could compress image using JPEG technology
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时