搜索资源列表
view3ds
- 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和 *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()
huffman編碼
- huffman編碼,將.h檔放置include再將所有.c檔一起執行-Huffman coding, will be. H stall then placed include all. C together with the implementation of stall
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
PCL_mini
- PCL mini库一套小巧,易用的图像处理库,它的全部源代码由.h组成,因此您不需编译它,只需要在您的程序中包含 PCL_Mini_Header.h 即可使用。-PCL for a mini compact, easy-to-use image processing library, it's all the source code from. H composition, so you need to compile it. you only need to include the p
opengl32
- opengl开发库 将.h复制到vc的include里-opengl to the development. H copy of the vc include Lane
OpenGL_ActiveX
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
PCL_miniVCImageLib
- PCL mini库一套小巧,易用的图像处理库,它的全部源代码由.h组成,因此您不需编译它,只需要在您的程序中包含 PCL_Mini_Header.h 即可使用。-the PCL a mini compact, easy-to-use image processing library, it's all the source code from. H composition, So you need not compile it, You only need to include the
20051225165252918
- 对图像进行中值滤波处理的源代码 #define EXTRA_NAME \"@medsmooth.\" #include \"loadbmp.h\"-right image median filtering of the source code # define EXTRA_NAME "@ me dsmooth. "# include" loadbmp.h "
hog_extraction.rar
- 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
glm(.h)
- 在opengl中用于导入.obj文件要包括的头文件-Used to import obj file to include the header file
glut
- glut-3.7.6-bin。对于OpenGL初学者,你可能要先配置一下自己的vc环境。将"glut.h"放置在"..\Microsoft Visual Studio\VC98\Include\GL\"目录下;将“glut32.lib”放置在"..\Microsoft Visual Studio\VC98\Lib\"目录下;将"glut32.dll"放置在"C:\windows\system32\"目录下-glut-3.7.6-bin. OpenGL for beginners, you may
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
AnaEngine
- an openggl engine,include source code QUICK START: Go to Bin/release Run Demo.exe
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
NeHeOpenGL
- NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
MMX-Image
- VS2005环境下可运行的程序。简单功能包括:对图像进行几何变换,镜像操作,缩放功能。对图像处理的功能包括:使用C++纯函数和MMX指令函数实现“颜色反相”“改变颜色亮度”“改变颜色平衡度”等功能。还有滤波等简单功能-VS2005 environment can run programs. Simple features include: geometric transformations of images, the mirror operation, zoom feature. Pairs
lab
- #include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais-#include <windows.h> //biblioteca do windows... #include <GL/gl.
include
- 基于MFC,VC++6.0的学习OPENGL的基础模块所要包含的.h和.cpp文件,建模必须调用的源码。-Based on MFC, VC++6.0 OPENGL based learning modules to be included. H and. Cpp files, you must call the source modeling.
glfw-3.2.1
- glfw库,包含.h.dll.lib,适用于初学者开发(glfwlibrary is include .h.dll.lib and fit to student)