-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
Face Detection many ways, the PCA is a more effective. The code is based on the...
人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小-Face Detection many ways, the PCA is a more effective. The code is based on the PCA method Face Detection can detect human faces in the number, size
- 2023-01-25 00:55:03下载
- 积分:1
-
C#摄像头监控源代码
网上下的,功能强大,绝对能用。
C#摄像头监控源代码
网上下的,功能强大,绝对能用。-C# source code for web camera surveillance under the powerful, absolutely can be used.
- 2023-04-23 17:10:02下载
- 积分:1
-
一个文字识别程序
一个文字识别程序-A Character Recognition Program.
- 2022-03-05 00:13:21下载
- 积分:1
-
改变鼠标
改变鼠标-change mouse
- 2022-03-26 18:04:44下载
- 积分:1
-
CopyScreenTest 拷屏
拷屏程序源码。。。。。
Qt实现,copyScreen
- 2023-01-25 00:50:03下载
- 积分:1
-
应用程序向导创建了这个imageimportdialogdemo应用…
The application wizard has created this ImageImportDialogDemo application for
you. This application not only demonstrates the basics of using the Microsoft
Foundation Classes but is also a starting point for writing your application.
-The application wizard has created this Im ageImportDialogDemo application for you. Thi "s application not only demonstrates the basics of using the Microsoft Foundation Classes but i "s also a starting point for writing your applica tion.
- 2023-07-11 20:45:03下载
- 积分:1
-
视频监控程序,用于静态背景下目标识别监控和跟踪
视频监控程序,用于静态背景下目标识别监控和跟踪-Video surveillance program for monitoring the static context of target recognition and tracking
- 2022-02-14 02:26:14下载
- 积分:1
-
图像的分数维分析的程序,
图像的分数维分析的程序,-Fractal Image analysis procedures,
- 2022-04-10 14:48:18下载
- 积分:1
-
使用D3D从OBJ读取模型,代码由VC写成
读取后通过MESH建模
使用D3D从OBJ读取模型,代码由VC写成
读取后通过MESH建模-Use D3D read from the OBJ model, code written by the VC after reading through the MESH Modeling
- 2023-01-10 16:25:03下载
- 积分:1