Welcome![Sign In][Sign Up]
Location:
Search - JPEG to rgb

Search list

[Special Effectsdjpeg

Description: 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the values by +128 6, Transform back to RGB color space
Platform: | Size: 186880 | Author: 颜新卉 | Hits:

[Picture Viewerjpeg2

Description: 采集jpeg数据读到缓冲区,利用C语言编程,通过解码jepg得到rgb格式的文件-Acquisition jpeg read data buffer, using the C programming language, decoding jepg be rgb files
Platform: | Size: 121856 | Author: 李伟 | Hits:

[Picture Viewerbmp-jpg

Description: BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
Platform: | Size: 198656 | Author: 时柏营 | Hits:

[Video Capturegrab_to_jpeg

Description: you can use it to change the rgb picture to jpeg picture-you can use it to change the picture to jp rgb eg picture
Platform: | Size: 21504 | Author: 电子信息 | Hits:

[OtherRGBToYCbCrandYCbCrToRGB

Description: 视频格式转换软件,RGB To YCbCr and YCbCr To RGB的软件很方便使用,是深圳一家公司开发的。-video format conversion software To YCbCr RGB and YCbCr To RGB software is ease of use, Shenzhen is a development of the company.
Platform: | Size: 4096 | Author: 求知 | Hits:

[Special EffectsJPEGLIB2_example

Description: 调用jpeg库实现文件解码,并实现把rgb的像素储存到不同的数组中-Call jpeg decoder library files, and realize the rgb pixels to a different storage array
Platform: | Size: 833536 | Author: 陈启明 | Hits:

[Linux-Unixjpeg

Description: 远程监控的图像编码程序,实现YCBCR或YUV到RGB的转换,-Remote monitoring and control of image coding process, realize YCbCr or YUV to RGB conversion,
Platform: | Size: 3072 | Author: i am li | Hits:

[Special Effectsjpeg_C_orign

Description: jpeg编码工程(YUV2RGB) 文件中含有说明文件,保证可以使用-jpeg encoding works (YUV2RGB) file contains the documentation to ensure that you can use
Platform: | Size: 275456 | Author: zhoubo | Hits:

[Picture ViewerLoadImage.vc.net.2003

Description: 读取JPG图像的每个像素的RGB值,以供图像特征的提取。-JPG image to read the RGB values of each pixel for image feature extraction.
Platform: | Size: 32768 | Author: 谢睿 | Hits:

[Special Effectsdjpeg

Description: 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the values by +128 6, Transform back to RGB color space -Realize jpeg image decoding capabilities. Code design: 1, Reconstruct the Huffman/RLE stream to a sequence2, Arrange the sequence to a matrix using the zigzag scanning backwards3, Multiply the matrix by quantization table
Platform: | Size: 186368 | Author: 颜新卉 | Hits:

[Special Effects1

Description: 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar-The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH) such as color space conversion arbitrary. . rar
Platform: | Size: 98304 | Author: 李远 | Hits:

[Special EffectsC_jpeg_decoder

Description: C版本的JPEG解码器代码,可以解baseline格式的所有JPEG图片并转换为RGB格式在pc上显示,执行代码前要安装glut-C version of the JPEG decoder code, possible solutions to baseline all the JPEG picture format and converted to RGB format in the pc to show the implementation of the code prior to the installation of glut
Platform: | Size: 333824 | Author: 张宗彬 | Hits:

[Graph programD_JPG

Description: verilog 语言实现jpeg转RGB格式的转换-Verilog language jpeg format to RGB conversion
Platform: | Size: 31744 | Author: 林志平 | Hits:

[VHDL-FPGA-Verilogjpeg.tar

Description: This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288). Image resolution is not limited. It takes an RGB input (row-wise) and outputs to a memory the compressed JPEG image. Its quality is comparable to software solutions.
Platform: | Size: 3416064 | Author: Bill Guan | Hits:

[Picture Viewerjpegshow

Description: 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
Platform: | Size: 238592 | Author: 罗华 | Hits:

[Special Effectscolorspacezhuanhuan

Description: 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 color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[SCMourdev_530727

Description: 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成的图片大小为320x240. 原始图片以RGB数组的形式放在程序里面了,大小为240x16.因为320x240的bmp图片会到200多K,所以只截取了一部分-To achieve the original bitmap data encoded as JPEG files, sent to the serial port. The proceeding is still warm, because as mentioned before porting from VC to the STM32 success, to achieve a normal compression. Some modifications, you can access the camera, made jpeg serial camera. Hardware only: stm32f103ZET6, serial usart1. The image data from usart1 output, baud rate 115200. Can use the software to receive serial data, save it as. Jpg suffix name, the computer can open the picture file. I use the serial port software is AccessPort. Encoding generated image size is 320x240. The original image to RGB in the form of an array of programs on the inside, and the size of 240x16. Because it will be 320x240 in bmp images to more than 200 K, so only a portion of intercepted
Platform: | Size: 871424 | Author: 刘智 | Hits:

[Linux-Unixlibv4l-0.6.2-test.tar

Description: 最新的测试版:一个可用于编写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 API calls, there yuv to rgb converter, rgb to yuv conversion and jpeg decoder API.
Platform: | Size: 129024 | Author: 碧海 | Hits:

[Special Effectsrgb

Description: 用VC++从JPEG文件中读出数据,以十六进制的格式输出,如0X-vc++ jpeg to binary data
Platform: | Size: 12288 | Author: 邹燕平 | Hits:

[Special Effectsjpeg

Description: JPEG格式图像解码为RGB格式实例,可显示在开发板上并进行切换-JPEG format picture decoding to RGB format examples, show the development board and switch
Platform: | Size: 3072 | Author: 郑焕华 | Hits:
« 12 3 »

CodeBus www.codebus.net