搜索资源列表
truncate
- 从指定文件中切割出指定大小的子文件,我用它将一个YUV序列的每一帧分割出来,然后又将每一帧的Y、U、V单独分割出来 -from the designated cut out for the specified size paper, I use it a YUV sequence of each frame to split up, and then each will frame the Y, U, V separate separated
YUVmixer
- 将单独的Y、U、V合并成一个完整的YUV序列文件-to separate the Y, U, V combined into a complete sequence YUV documents
yuvspliter
- 可以把yuv文件切割开,成为单独的.Y.U.V文件(也可以只要.Y)文件-can YUV paper cutting open as separate. Y.U.V document (as can be. Y) document
sipXcallLib
- sipXtapi is a comprehensive client library and software development kit (SDK) for SIP-based user agents. It includes SIP signalling support as well as a media framework. A complete and very feature rich softphone can be built easily by adding a graph
yuvtools
- 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序列。 DYUV2BM
dsoundwc_src
- source code on multimedia - playing Waves by using the DirectSound component. -source code on multimedia-playing Waves b y using the DirectSound component.
YUVspliterbesty
- 将YUV文件拆分为多个单帧Y,U,V文件的小工具,做算法研究时用得上。希望喜欢!-YUV document will split into a number of single-frame Y, U, V documents small tools to do the study useful algorithm. Hope likes!
libdvdplay-1.0.1.tar
- 这个开源工程已经被libdvdnav取代,但仍颇有参考价值。 原始信息: libdvdplay is a simple library designed for DVD navigation. It depends on libdvdread (which can optionally use libdvdcss). NOTE: libdvdplay is no longer under active development. VLC has switched to l
libdca-0.0.2.tar
- libdca is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. It is released under the terms of the GPL license. The DTS Coherent Acoustics standard (ETSI 102 114 v
yuv_ratio1
- 修改YUV值的程序. 在这里我只修改了Y值. 要把YUV格式的图片放在C目录下. -YUV value of the revised procedures. Here, I only amended the Y value. YUV format should the photographs on the directory C under.
rgb2yuv422420
- 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.
rgbtoyuv444
- 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.
amp-0_7_6.tar
- amp is free software and can be _used_ freely by anyone. amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowl
wmvcopy
- This sample shows the necessary code to copy a WMV file. It demonstrates how to read compressed samples, write compressed samples, read header attributes and scr ipts, and modify header attributes.-This sample shows the necessary code to cop
YUVviewer_src(YUVtoY)
- 可以将YUV视频转成Y灰度视频,能播放Y灰度视频。
multidimension
- M-Tree (P.Ciaccia VLDB’1997) VA-File (R. Weber VLDB’1998) Pyramid-Tree(S.Berchtold SIGMOD’1998) hybrid-Tree(K.Chakrabarti ICDE’1999) A-Tree (Y. Sakurai VLDB’2000) IQ-Tree (S. Berchtold ICDE’2000)
y-mssa
- 书名:Idea.Group.Publishing.Multimedia.Security.Steganography.and.Digital.Watermarking.Techniques.for.Protection.of.Intellectual.Property.eBook-YYePG 书中介绍彩信的开发及运用。
filter
- 使用窗口函数对于y=sin(t)进行滤波
SimplyPlayer
- S i m p l y P l a y e r
LaserRange
- DIY基于摄像头的激光测距仪,介绍一下工作原理。一束激光被投射到目标物上,并在摄像头上被显示。激光束被认为是理想的平行于摄像头的中心光轴。激光点由摄像头的其余部分所捕获。一个简单的计算就是寻找最亮点。如果设激光点就是这个场景的最亮点(似乎在室内我的激光发射器确实是最亮的),那么这个点的位置在图帧中的位置是确定的。然后我们只需要计算这个点在沿着y轴的距离,就能计算出目标物离摄像头的距离,激光点距离中心越近,离目标物越远。