搜索资源列表
motion-3.2.3
- Motion up to version 3.1.8 was created and maintained by Jeroen Vreeken. Versions 3.1.9-3.1.12 was maintained by Kenneth Lavrsen (http://www.lavrsen.dk/) and Folkert van Heusden (http://www.vanheusden.com/). -Motion up to version 3.1.8 was crea
jm13.2
- 最新参考软件JM版本13.2,学习H.264的朋友可以研究新的changes。
Thumb-2
- T h u m b - 2是对现有A R M架构的 一个非常大的增强。与现有A R M架构 相比,它可以在比较高的代码密度下 实现比较高的代码性能。除此之外, T h u m b-2的一些新特性可以非常方便 的控制程序的执行流程,提供更好的代 码效率和代码密度。所有的这些特点都 将使得开发者在改进功耗和性能的同 时,在最终产品中实现更多的丰富 的特性,从而设计出更加有吸引力 的产品。
JM10.2
- h.264视频编码标准JM开源代码10.2版本,很全、很不错的资料,对目前正在做h.264移植的非常有用。
twainapp.source.2.0.8
- .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
demosaic
- 解Demosaici,使用连续逼近的方法!-Motion-compensated (MC) video coding has been dominating in the past decades. From MPEG-1/2 to MPEG-4, H.263 and the latest H.264, we have witnessed that the accumulative improvement of MC video coding. However, what lacks in th
tft2.4
- PROGRAM: ILI9325_AUO260.C DEscr iptION: PANEL: Driver IC: DOT SIZE: 240*320 WRITE BY: wen PCB BOARD: YAOYU TFT TEST BOARD INTERFACE: 80/16BIT -> P1-H /P0-L DATA :-PROGRAM: ILI9325_AUO260.C DEscr iptION:
JM13.2
- 视频编码标准H.264的测试代码JM13.2-Video coding standard H.264 test code JM13.2
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
tmn3.2.0
- H.263经典源码, 来源于tennor-H.263 classic source, and from the tennor
2
- 对图像中干扰信号的滤除 H=fspecial( average ,n) 均值滤波器 -Image signal interference filter H=fspecial( average ,n) Mean Filter
EmfEngine-0.2-opensource
- The Enhanced MetaFile format (EMF) is the native vector graphics file format on Windows. Qt is a cross-platform application development framework, widely used for the development of GUI programs. Although it provides tools for almost every aspect of
OpenGL_ShadowVolume
- 采用条件编译相对路径。用OpenGL直接管道渲染,没有使用Shader。程序中有2个光源,一个静止,一个运动,从而可以更加精确地验证ShadowVolume的准确性。-Compiled using a relative path conditions. Rendering pipeline using OpenGL directly, without the use of Shader. Procedures in the two light source, a static, a movem
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
GTool(Version2.2)
- 电视系统中,进行需要在线调整Gamma曲线,此工具可以方便的对电视系统中的Gamma曲线读写,修改,该软件使用了贝塞尔曲线,方便的拖出你想要的曲线,然后在线升级-TV system, to adjust the Gamma curve need to be online, this tool can be easily against the television system in the Gamma curve to read and write, modify, the software
JPEGv1.2.1.tar
- MPEG, CCITT H.261 (P*64), JPEG Image and Image sequence compression/decompression C software engines. The Portable Video Research Group at Stanford have developed image/image sequence compression and decompression engines (codecs) for
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
OpenGL-ES-2.0-Programming-Guide.pdf
- 所有代码都是放在同一个文件main.h中的-All code is placed in the same file main.h
agg-2.5
- AGG(Anti-Grain Geometry),强大的2D几何图形库。 配置: 1、VC6.0下新建一个Windows Console工程,名称随便起,姑且叫AggTest. 2、关键步骤,设置AGG类库的引用,最野蛮和最有效的方式把Include下的.h文件连同其下文件夹全部拷贝到VC6安装目录下的Microsoft Visual Studio/VC98/Include文件夹中,把解压目录中的src文件夹下的cpp文件都添加到AggTest工程中。-AGG (Ant
chenggongchengxu
- rgb to HSV,很有用,调试成功,可以应用-rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1]