Welcome![Sign In][Sign Up]
Location:
Search - RGB24

Search list

[Video Captureyuv格式的图片转换到rgb24格式的图片

Description:
Platform: | Size: 4242 | Author: xhsjdm | Hits:

[DirextXCapPiX

Description: 我写的一个图象抓捕程序,他支持多种格式(RGB24,YuY2等)可以同时得到130万的图象多幅(1280*1024)而且是MFC工程,非常完整-I write an image capture process, he supported a variety of formats (RGB24. YuY2 etc.) could be 1.3 million while the number of images (1280 * 1024) works but MFC , a very complete
Platform: | Size: 723261 | Author: 王石子 | Hits:

[Multimedia programyuvtools

Description: BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP图片显示程序,多文档框架 YUV2BMP.exe 实现了YUV转换成24位的BMP图片,实现了批量转换 BMP2SEQ.exe 将一系列24位或8位的BMP图片转换成4:2:0的YUV序列。 DYUV2BMP.exe 将分离的Y,U,V转换成24位的BMP图片,实现了批量转换 GBMP2SEQ.exe 实现包含一组rgb24图片(不含文件头)的单一文件到yuv4:2:0序列文件的转换 SEQ2BMP.exe 实现了SEQ2BMP的程序 输出BMP文件为24位真彩 SeqCut.exe 实现对YUV4:2:0文件的剪切操作 即从序列文件中取出一段序列 SeqSnr.exe 实现了两序列对应帧之间Y分量的SNR求取,并给出平均值 YUV2SEQ.exe 将单帧的YUV文件转换位YUV序列 4:2:0 YUV2SEQ2.exe 将单帧的YUV文件转换位YUV序列 4:2:0 可以选择目标图像的位置和大小-BMP2GBMP.exe a deputy to the BMP images into BMP not a first information documents note : supports only 24 bmp Photo DYUV2SEQ.exe achieve separation of YUV file conversion into YUV sequence out 4:2:0 ShowDIB.exe BMP pictures procedures, Multi - Document Framework YUV2BMP.exe YUV conversion to achieve the 24% of the BMP pictures, to achieve the batch conversion BMP2SEQ.exe 24 will be a series of eight or BMP images converted into four : the YUV series 2-0. DYUV2BMP.exe Isolated Y, U, V converted into 24 BMP pictures, to achieve the batch conversion GBMP2SEQ.exe achieve encompassing rgb24 Photo (excluding file) a single document to yuv4 : 2 : 0 sequence document conversion SEQ2BMP.exe realized SEQ2BMP procedures for the export of BMP file 24 color SeqCut.exe realize right YUV4 : 2 : 0 docume
Platform: | Size: 245735 | Author: ggg | Hits:

[Special EffectsImgTool

Description: Open Image file of any fomat type View several mode Convert RGB24->Gray->Binary Image Rotate Image with Any angle Scroll image softly bt hand -Open Image file of any type View sever fomat Convert mode RGB24 al -
Platform: | Size: 4840728 | Author: kim S.D. | Hits:

[Special Effectsgif2rgb

Description: 纯C语言实现将GIF文件格式转换为RGB24格式。-pure C language will GIF file format conversion for RGB24 format.
Platform: | Size: 3441 | Author: 张磊 | Hits:

[Special EffectsYUV2RGB_64

Description: 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。
Platform: | Size: 18263 | Author: 长沙 | Hits:

[Special EffectsOptical_Flow

Description: 在实现摄像机固定情况的光流法时,需要有两帧连续的图像,本算法针对RGB24格式的图像计算光流
Platform: | Size: 3604 | Author: wuke | Hits:

[DirextXVideoProcess

Description: 本程序是基于directshow技术平台基础之上的 在filter中间插入的一个关于处理视频RGB24格式的一个filter源程序
Platform: | Size: 16692 | Author: catherine | Hits:

[GDI-Bitmapyuv_bmp

Description: 自己优化的一个yuv420转bmp文件(rgb24)文件的一个小工具,做视频处理的同仁可能用的到.
Platform: | Size: 12699 | Author: xuchangliang | Hits:

[DirextXAudioVideoCapture

Description: 本人基于Directshow做的音视频采集系统,把音频数据(PCM格式)与视频数据(RGB24)合成到一个AVI文件格式
Platform: | Size: 111679 | Author: 等待 | Hits:

[Special Effectsbmp_to_yuv

Description: 自己编写的,将rgb24转换成yuv4:2:2格式的文件,非常好用
Platform: | Size: 887683 | Author: 张先生 | Hits:

[Video CaptureYUVrgb

Description: 实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、
Platform: | Size: 799902 | Author: 罗胜华 | Hits:

[Special EffectsYUV2RGB

Description: YUV420 与 RGB24 互相转换的函数-colour space conversion for tmndecode (H.263 decoder) ConvertRGBtoYUV ConvertYUVtoRGB ConvertYUVtoRGBWithEdge
Platform: | Size: 3072 | Author: hsiwen | Hits:

[Special Effectsyuv420convert

Description: RGB24转yuv420 以及yuv420 planar格式的转yuv420 接口参数简单,实现代码也简单,便于查看,已经测试过-Turn yuv420 RGB24 format and transfer yuv420 yuv420 planar interface parameters is simple, the implementation code is also simple and easy to view, has been tested
Platform: | Size: 1024 | Author: ercheng | Hits:

[Special EffectsYUV_To_RGB

Description: 本程序是YUV422转RGB24的经典算法实现,程序下载CPP中,可以复制粘贴在任何地方 -This program is transferred RGB24 YUV422 classic algorithm, the program downloads the CPP, you can copy and paste in any place
Platform: | Size: 1024 | Author: zhang | Hits:

[Streaming Mpeg4YV12TORGB24

Description: 这个程序实现了YV12转化为RGB24显示,使用FFMPEG开源库,值得学习的地方是转码,显示.开源FFMPEG使用.-This application implements YV12 into RGB24 display, using FFMPEG open source library, and the place of study is the code, display. Open source FFMPEG use.
Platform: | Size: 4477952 | Author: | Hits:

[Software Engineeringcolor-space-convert-from-argb32-to-rgb24

Description: color space convert from argb32 to rgb24
Platform: | Size: 1024 | Author: vivichou | Hits:

[Special EffectsRGB24

Description: 读取RGB24彩色图像的dat文件,并plot显示,读取经过中值滤波的dat文件,对比显示,图片大小为320*240-Read the RGB24 color image dat file and plot, read after median filtering dat file, contrast, image size is 320* 240
Platform: | Size: 12691456 | Author: wangbeibei | Hits:

[DirextXtransform-IYUV-to-RGB24

Description: 使用directshow设计一个filter,将IYUV格式视频转换为RGB24格式-Use directshow design a filter, will IYUV format video into RGB24 format
Platform: | Size: 906240 | Author: laimingzhi | Hits:

[CSharpRGB24_To_RGB16

Description: C#编写的RGB24(RGB888)转RGB16(RGB565)工具,适合对液晶驱动快速取色(Preparation of C# RGB24 (RGB888) RGB16 (RGB565) tool, suitable for fast color LCD driver)
Platform: | Size: 45056 | Author: 冰葑世纪 | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net