搜索资源列表
demoYUV
- 一种在.net平台上开发的在YUV空间进行图像分割的算法程序。
ColorTable
- 象素的RGB和YUV格式的互相转换, 或许有些时候图像编程会用得到这些函数.
RGB2YUV_lihan
- 本程序是一个图像功能验证程序,里面包含了RGB转YUV算法和插值算法,读取一个640*480的BMP图像,将其变换成YUV420格式,然后插值到1600*1200或1280*960或800*600的YYU文件,非常适合初学者学习YU与RGB转换算法和插值算法
rgb_yuv_1
- 将.rgb格式的图像转换为.yuv格式的图像,.yuv格式的图像按4:2:0采样-will. Rgb format conversion of images. YUV format images. YUV format image with 4:2:0 sampling
stefan_cif.rar
- 视频处理的典型YUV图像序列,stefan,cif格式,,Typical video processing YUV image sequence, stefan, cif format
MyRGB2YUV.rar
- 实现bmp图像到YUV444、YUV422、YUV420等格式的转换,有助于理解BMP和YUV格式的含义,Bmp image to achieve YUV444, YUV422, YUV420, such as format conversion, BMP and contribute to an understanding of the meaning of YUV formats
YUVgray.rar
- 这个程序是基于YUV格式图像处理为灰度图像的经典程序 在vc平台上调试通过,可以对YUV图像进行各种后续的处理与操作,This procedure is based on the YUV format, grayscale image processing for the classic program debugging by vc platform, you can YUV image processing and operation of various follow-up
DrawYUV
- 使用directx创建yuvoverlay直接显示yuv图像的实例程序,对使用yuvoverlay很有帮助-Create yuvoverlay displayed directly using the yuv directx image sample program on the use of yuvoverlay helpful
AOSDc
- 实现在YUV图像上面面按照算法叠加OSD信息 -OSD information in accordance with the algorithm above the surface of the YUV image overlay
YUVPlayer1.2
- 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features
YUVviewer
- 显示播放分析YUV图像,是一个很好的工具-play and analysis of YUV graph
video
- 可以读写视频文件,基于ffmpeg 获取视频帧保存成图像转成yuv图像序列-read and write video file
图像读写
- 这个程序的功能是实现一副YUV图像的读入和图像的写出
yuv_cmp
- 比较两幅YUV图像Y分量的相似度,时间精确到毫秒-Compare two Y component YUV image similarity, the time to the millisecond
YuvViewer
- yuv图像格式播放器源码,基于visual studio-Yuv graphics format player source code
YUV2RGB_V2
- 显示YUV图像文件。读取YUV文件,转换为RGB然后显示。-Display YUV image
simplest_video_play_opengl
- 使用OpenGL显示YUV图像的简单例子-rendering yuv width OpenGL
yuv convert
- yuy2toyv12,yuv420p_to_yuv422图像转换方法(Yuy2toyv12, yuv420p_to_yuv422 image conversion method)
7yuv
- 能够实现yuv各类格式的查询和验证功能,帮助开发者开发RGB/YUV图像格式数据(Query in various formats of YUV)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通