-
基于Opencv的手势识别
1.手势识别以及相关模式识别知识学习。
2.手势识别总体架构设计探索
3.Opencv内容学习
4.讨论具体模块编写方案
5.环境搭建
6.手势识别程序编写
- 2023-08-23 06:15:05下载
- 积分:1
-
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。...
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
- 2023-07-20 07:55:03下载
- 积分:1
-
用openGL制作的一个射击小游戏。对悬浮物体进行射击。
用openGL制作的一个射击小游戏。对悬浮物体进行射击。-Making a little game of shooting.use opengl.shooting the suspending object.
- 2023-01-16 13:00:04下载
- 积分:1
-
opengl模拟太阳系
采用光照和视图转换,造成三维效果,,中心是太阳,然后地球围绕太阳转,月亮围绕地球转。这个程序的目的是使初学者理解:透视投影,环境光,聚光灯。
- 2023-03-12 21:00:04下载
- 积分:1
-
移动的雾效果演示,基于win32的控制台程序,使用纹理贴图实现...
移动的雾效果演示,基于win32的控制台程序,使用纹理贴图实现-mobile demonstration effect of the fog, based on win32 console, the use of texture mapping to achieve
- 2022-05-14 23:43:33下载
- 积分:1
-
OpenGL特效:透明物体并带光照,物体呈透明感且发出光芒
OpenGL特效:透明物体并带光照,物体呈透明感且发出光芒-OpenGL effects : transparent objects and bring light, transparent objects flu but to shine
- 2022-03-29 06:56:43下载
- 积分:1
-
基于TF_SF方法的三维复合目标电磁散射FDFD研究
基于TF_SF方法的三维复合目标电磁散射FDFD研究...
基于TF_SF方法的三维复合目标电磁散射FDFD研究
基于TF_SF方法的三维复合目标电磁散射FDFD研究-TF_SF method based on three-dimensional electromagnetic scattering from composite target based on the FDFD Method TF_SF three-dimensional composite target electromagnetic scattering study FDFD
- 2022-01-26 01:02:27下载
- 积分:1
-
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导...
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导入3DMAX文件的过程.-opengl write a section of procedures, the VC can be passed, but there is no problem with permit can be used as a learning example OPENGL. realize the program is three-dimensional objects rotate, the VC realize 3DMAX document under the Import process.
- 2022-01-23 10:08:57下载
- 积分:1
-
Author : yulongsun penGL need to give Chinese exports, However, we did not find...
作者: yulongsun
需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。
文件:CGLFont.c CGLFont.h
env::windows2000, vc6.0
e-mail: yulongsun@163.com -Author : yulongsun penGL need to give Chinese exports, However, we did not find a suitable where, a person called zhaohui write English characters output category changed a bit, the Chinese can export, but not solve the problem. I feel that you should use wglUseFontBitmaps () function so that fonts remain unchanged. But I OpenGL well, I do not know how use. But I may do something useful for others, the time being here. Hope received the exhibitions. Documents : CGLFont.c CGLFont.h env : : Solaris, vc6.0 e-mail : yulongsun@163.com
- 2022-02-25 06:21:46下载
- 积分:1
-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分:1