-
一个很经典的的OPENGL程序
一个很经典的的OPENGL程序-a classic procedures of the OpenGL
- 2022-07-01 19:02:34下载
- 积分:1
-
OpenGL多视图的实现 OpenGL入门级代码
OpenGL多视图的实现 OpenGL入门级代码-OpenGL the realization of the entry-level OpenGL code
- 2022-02-01 09:26:15下载
- 积分:1
-
VS2015中OPENGL头文件库文件
VS2015中搭建OPENGL所需的头文件库文件Sponsored links
- 2022-01-26 03:05:05下载
- 积分:1
-
put CStatic converted into Class CStaticGL category, for the use of OpenGL dialo...
把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each model component increased textures.
- 2022-01-25 22:47:52下载
- 积分:1
-
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转...
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转-use opengl achieve a small movement of the solar system, Keyboard control through the Earth"s rotation and revolution, d counterclockwise autobiography, D clockwise rotation, y pare revolution, Y clockwise revolution
- 2022-01-26 07:19:11下载
- 积分:1
-
运动检测
可以实现运动目标的检测与跟踪 算法可靠camshift改进的比 该混合高斯 研究了基于色彩直方图特征和基于方差比值特征的MeanShift算法的目标跟踪原理及其实现过程,并通过分析检测过程中得到的目标结果图像,试验比较了两种算法的跟踪效果,最终选用了基于方差比值特征的Mean
Shift目标跟踪算法,可于复杂背景下实时准确地完成运动目标的跟踪。
本文在VC++6.0开发平台下,采用C语言编写程序并调用了部分OpenCV库函数,实现了以上提出的图像预处理、运动目标检测和跟踪算法,并通过试验验证了算法的有效性,成功实现了对复杂背景下运动目标的检测与跟踪。
- 2022-01-26 03:10:21下载
- 积分:1
-
上传的是三维方腔自然对流过程的最后…
上次上载的是二维的方腔自然对流的程序,这次上传个三维的,希望对大家有用哦-Upload the last of the threedimensional square cavity natural convection process, the upload of three-dimensional, and I hope useful for all of us, oh
- 2022-08-06 13:23:33下载
- 积分:1
-
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。...
一个用opengl和VC编写的飞机的的简单动画,有人物和动作,很接近游戏。-Opengl and a VC with the preparation of the aircraft simple animation, characters and movements have, which is very close game.
- 2022-07-24 08:29:11下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
演示OPENGL中鼠标捕捉的代码,里面设计很多对事件的函数
演示OPENGL中鼠标捕捉的代码,里面设计很多对事件的函数-demonstration OPENGL mouse capture the code, many of the design inside the function
- 2022-07-16 14:15:03下载
- 积分:1