Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - yuv rgb .c
Search - yuv rgb .c - List
Hot features: Spectrum color picker, Screen magnifier, Eyedropper, Multple color spaces support (RGB, HSL, CMY, YUV), Multiple color string support (HTML, C++, Delphi, VisualBasic).
Update : 2025-02-17 Size : 110kb Publisher : 枫之影

convert yuv format to rgb format-convert yuv format to format rgb
Update : 2025-02-17 Size : 318kb Publisher : HZheng

数字图像处理实验vc源码,有RGB转换为YUV灰度图像,图像的直方图及中值滤波-digital image processing experiments vc source, RGB to YUV gray image, image histogram and median filtering
Update : 2025-02-17 Size : 4.08mb Publisher : llx

RGB转换到YUV4:2:2,4:2:0的程序. 需要把RGB图片放到C:\\目录下. 在这里YUV是 先write所有的Y,然后写所有的U,最后写所有的V.-RGB to YUV4 : 2:2,4:2:0 procedures. Need RGB images into C : \ \ directory. YUV here is first of all write Y and then write all the U, Finally write all the V.
Update : 2025-02-17 Size : 2kb Publisher : 朴燕姬

RGB转换到YUV4:4:4的程序. 在这里YUV的格式是先写入所有的Y,然后所有的U,然后所有的V. 要把RGB图片放到C盘里. -RGB to YUV4 : Always procedures. Here YUV format is to write all the Y, Then all of U, then all the V. should RGB images into C tray.
Update : 2025-02-17 Size : 1kb Publisher : 朴燕姬

TI DM642开发的实用程序: 包括:YUV视频格式转换成RGB格式C版本程序、ASM版本程序以及有关中值滤波的C程序; 相当有用!
Update : 2025-02-17 Size : 16kb Publisher : 陆小锋

RGB转YUV程序 RGB转YUV程序-RGB to YUV to YUV procedures procedures RGB
Update : 2025-02-17 Size : 2kb Publisher :

jpeg编码工程(YUV2RGB) 文件中含有说明文件,保证可以使用-jpeg encoding works (YUV2RGB) file contains the documentation to ensure that you can use
Update : 2025-02-17 Size : 269kb Publisher : zhoubo

color space converter,from RGB to YUV. that is c code-color space converter, from RGB to YUV.that is c code
Update : 2025-02-17 Size : 1kb Publisher : 馬旧

可将一组BMP图像转换为一个yuv420序列,已编译通过-One group can be converted to a BMP image YUV420 sequence, has been compiled through
Update : 2025-02-17 Size : 1.74mb Publisher : sunjing

convert all rgb image in a single folder to yuv file
Update : 2025-02-17 Size : 11kb Publisher : lauwah

可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
Update : 2025-02-17 Size : 233kb Publisher : 罗华

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
Update : 2025-02-17 Size : 4kb Publisher : 李佳航

DL : 0
convert RGB to YUV in C++, codes are well commented, should be fairly easy to understand
Update : 2025-02-17 Size : 2.48mb Publisher : jeff

wince 中汇编语言实现RGB转yuv。 由于C的实现效率很低,所以改用汇编效率大大提高,原来转换480*272的rgb16数据c实现需要28ms,使用汇编实现只用14ms -wince in assembly language RGB switch yuv. As the C implementation of the efficiency is very low, so switch assembly efficiency is improved, the original conversion 480* 272 rgb16 data c implementation requires 28ms, 14ms in assembly to achieve only
Update : 2025-02-17 Size : 27kb Publisher : 胡冰

* 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, the original file is 24-bit bitmap 2, file width* Input: icon.bmp* Output: icon_array
Update : 2025-02-17 Size : 510kb Publisher : 王赢

It s written by C language and it s contain RGB to YUV converter. -It s written by C language and it s contain RGB to YUV converter.
Update : 2025-02-17 Size : 25.91mb Publisher : Ganzoo

一款将YUV转RGB的小程序系统c语言源代码-A will turn RGB little program YUV system c source code
Update : 2025-02-17 Size : 1.93mb Publisher : 周阿雷

RGB TO YUV转换原理及代码示例 RGB TO YUV转换原理及代码示例 由于H.264等压缩算法都是在YUV的颜色空间上进行的,所有在进行压缩前,首先要进行颜色空间的转换。如果摄像头采集的资源是RGB的,那么首先要转换成YUV,如果是YUV的,那么要根据压缩器具体支持的YUV格式做数据的重排。本文以RGB24àYUV420(YV12)为例,讲解颜色空间转换的原理。-RGB TO YUV conversion principle and code examples RGB TO YUV conversion principle and code examples H.264 compression algorithms are performed in the YUV color space, all during compression, we must first color space conversion. The camera acquisition resources RGB, then we must first convert YUV, if YUV, then to the rearrangement of the data according to the the compressor specific support YUV format. In this paper, for example, to explain the principles of color space conversion RGB24YUV420 (YV12).
Update : 2025-02-17 Size : 3kb Publisher : zhaoxinyue

RGB文件转到YUV格式 C语言源代码 比较适合初学者-transfer the RGB file to YUV
Update : 2025-02-17 Size : 12kb Publisher : bingruo
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.