-
人脸检测专用特征库
用于人脸识别的通用特征检测库源码,用C/C++语言实现,在人脸识别、图形特征提取和模式匹配方面更好的提供开发接口,主要用于window是平台,进行简单的移植可用于linux和android平台,欢迎分享。
- 2023-06-01 06:45:03下载
- 积分:1
-
这是Nehe开发的一个简单的OpenGL程序
这是Nehe开发的一个简单的OpenGL程序-This is the development of a simple procedure OpenGL
- 2023-06-13 08:05:04下载
- 积分:1
-
利用OpenGL实现GPU和三
使用GPU和OpenGL实现的三维水波模拟,借助纹理映射模拟水波的倒影。-The use of GPU and OpenGL realize three-dimensional wave simulation, using texture mapping of the reflection wave simulation.
- 2022-08-08 02:51:03下载
- 积分:1
-
一个简单的OPENGL源程序,看后会很有收获
一个简单的OPENGL源程序,看后会很有收获-a simple OpenGL source, it would be useful to see after harvest
- 2022-03-23 20:36:48下载
- 积分:1
-
实现基本的几何三的使用
利用OPENGL实现基本三维几何图像的绘制和显示,源代码。-OPENGL realize the use of basic geometric three-dimensional image rendering and display, the source code.
- 2023-07-09 04:10:04下载
- 积分:1
-
Sitema 太阳能 OPENGL
这个项目里太阳能 con OPENGL
恒力炉 este es 联合国 》 后十分 útil、 提珀作家 que 矽玛联合国这个项目里别墅、 dándole 画展 y 运动,realizado en el curso Computación Gráfica 我。
- 2022-05-22 17:31:23下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
基础知识关于opengl
基础知识关于opengl-basic knowledge on opengl
- 2022-01-26 00:32:21下载
- 积分:1
-
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制...
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
- 2022-09-27 23:45:03下载
- 积分:1
-
java语言实现图像的捕捉等功能
java视频处理软件,可用来播放视频,采集摄像头图像等。-video processing software can be used to broadcast video, acquisition camera images.
- 2022-07-17 20:29:48下载
- 积分:1