-
计算机图形学作业,主要是利用栈的扫描线算法
计算机图形学作业,主要是利用栈的扫描线算法-Computer graphics work, mainly using stack scan line algorithm
- 2022-07-25 15:57:52下载
- 积分:1
-
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
-
这样的造型设计模式的例子。你可以在GoF中找到它的说明…
This the fascade design pattern example. You can find its descirption in the GoF book.-This is the fascade design pattern example. You can find its descirption in the GoF book.
- 2022-07-24 09:28:54下载
- 积分:1
-
老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用...
老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用-Written by foreigners GPU-accelerated raycasting algorithms, hardware-accelerated CG algorithm used to prepare. Learning hardware-accelerated volume rendering algorithm is useful
- 2022-11-02 13:45:03下载
- 积分:1
-
Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) Three
计算机图形学原理及算法教程 (Visual C++版)
三维变换-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) Three-dimensional Transform
- 2022-08-25 04:03:45下载
- 积分:1
-
这个程序
此程序的主要功能是3ds文件的导入,在VC 环境下读取3ds模型-This program
- 2023-01-12 06:10:03下载
- 积分:1
-
能够浏览yuv文件
能够浏览yuv文件- Can glance over the yuv document
- 2022-02-01 09:29:29下载
- 积分:1
-
利用Visual C++ 6环境下创建MFC AppWizard(EXE),建议。
利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制任意直线,单击裁剪和中点裁剪分别对直线进行裁剪。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a center-screen client area centered on drawing an arbitrary line, click the mid-point of cutting and cutting to cut a straight line, respectively.
- 2022-06-15 10:53:08下载
- 积分:1
-
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中...
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中-Image processing, template matching using template matching method to identify images to be analyzed 3. Will find the English alphabet and to be analyzed by the same order as in the picture into a text file
- 2023-01-06 09:50:03下载
- 积分:1
-
人脸检测和表情识别的动态链接库,并且含有C++调用的例子,非常适合研究人脸识别和表情识别!...
人脸检测和表情识别的动态链接库,并且含有C++调用的例子,非常适合研究人脸识别和表情识别!-face detection and expression recognition of the dynamic link library, called C and contain examples very suitable for the study face recognition and facial recognition!
- 2023-04-02 22:30:03下载
- 积分:1