-
我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩...
我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a certain method of generating algorithm round. Achieving rubber-band linear, circular and rectangular. Achieving polygon clipping. To achieve basic geometry transformation (translation, rotation, zoom). Achieving Bezier curve or B-spline curves. The final results show is a small interactive graphics system, with all the functional interface to link up.
- 2022-08-05 17:18:32下载
- 积分:1
-
delphi中画bezier曲线的示例
delphi中画bezier曲线的示例-draws examples of bezier curves
- 2022-05-29 03:33:59下载
- 积分:1
-
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩...
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩-procedures for the run-length compression and decompression functions, as well as image compression and decompression
- 2022-01-26 04:08:28下载
- 积分: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
-
一个SIFT特征检测的VC程序,SIFT特征检测在目标检测与识别中非常有用!...
一个SIFT特征检测的VC程序,SIFT特征检测在目标检测与识别中非常有用!-a physiology of the VC feature detection procedures, Detection characteristics of metabolism in target detection and identification is very useful!
- 2022-07-17 17:27:19下载
- 积分:1
-
交互界面的填充程序
交互界面的填充程序-interface filling procedures
- 2022-07-09 12:55:37下载
- 积分:1
-
用种子填充算法进行图像分割
用种子填充算法进行图像分割-filled with seeds for image segmentation algorithm
- 2022-05-16 18:30:50下载
- 积分:1
-
这一反射模型(BRDF)检视学生在写
This a reflection model (BRDF) viewer written by students in the
course 15-860.
See http://www.cs.cmu.edu/afs/cs/project/classes-ph/860.96/pub/www/860.html
for info on the course.
- 2022-01-25 23:25:55下载
- 积分:1
-
VC环境下编写的 可实现图像的边缘检测与提取
VC环境下编写的 可实现图像的边缘检测与提取 -VC environment can be prepared realize image edge detection and extraction
- 2022-04-21 22:35:47下载
- 积分:1
-
用MFC实现的伽马变换(幂次变换),使用滚动条来调节各参数,同时也可以分R、G、B通道分别变换...
用MFC实现的伽马变换(幂次变换),使用滚动条来调节各参数,同时也可以分R、G、B通道分别变换-Gama Transfer by MFC
- 2022-08-14 11:06:57下载
- 积分:1