-
图象多分扁率分析一
图象多分扁率分析一-Multi-image analysis of a flat rate
- 2022-03-17 19:11:23下载
- 积分:1
-
cohen
cohen-sutherland线裁减算法实现-cohen-sutherland line reduction algorithm
- 2023-06-26 21:45:04下载
- 积分:1
-
一个简单的matlab GUI程序,适合初学者使用
一个简单的matlab GUI程序,适合初学者使用
- 2022-01-26 07:52:14下载
- 积分:1
-
点阵字库字体绘制软件源码
可以通过快捷键Ctrl+C 和 Ctrl+V复制粘贴字形,也可以在字形的编辑区中点击鼠标右键,在弹出的菜单中选择Copy和Paste菜单项。
复制是复制当前整个字形区域;粘贴,可以关闭当前字形的编辑对话框,再打开其他可以编辑的字形,粘贴后覆盖新的字形区。
当前字库为点阵字库时,可以点击按钮“Adjust Parameters”,调整字符的水平和垂直偏移。
当成功导入一个点阵字库(*.lib)后,可以点击按钮“+”,可以将另外一个同字符集的点阵字库合并到当前字库。合并只支
- 2022-07-25 09:44:12下载
- 积分:1
-
the frame for the glsl,is used to 3D
shader编程实用框架,用于3D编程,对于常用shader 编程人员很实用,不用进行繁琐的搭建shader 框架-the frame for the glsl,is used to 3D
- 2022-07-19 01:31:32下载
- 积分:1
-
图像的香农阈值选取
图像的香农阈值选取-images Shannon threshold selection
- 2022-01-28 23:27:57下载
- 积分:1
-
实现了对多个可放缩图元的同时选择,code project上下载的。
实现了对多个可放缩图元的同时选择,code project上下载的。-achieve the release of a large number of tiny yuan choice, code download the project.
- 2022-01-24 17:46:48下载
- 积分:1
-
鼠标拾取YUV图像值
拾取鼠标光标处yuv分量,rgb转换yuv并对红黄蓝做简单检测。可以对窗口、图像、网页等检测。检测颜色算法可修改,用于需要的用途。
- 2022-06-30 10:26:40下载
- 积分:1
-
opengl纹理映射绘制场景,给出顶点的纹理坐标和几何坐标
在绘制纹理映射场景时,不仅要给每个顶点定义几何坐标,
而且也要定义纹理坐标。经过多种变换后,...
opengl纹理映射绘制场景,给出顶点的纹理坐标和几何坐标
在绘制纹理映射场景时,不仅要给每个顶点定义几何坐标,
而且也要定义纹理坐标。经过多种变换后,几何坐标决定顶点在屏幕
上绘制的位置,而纹理坐标决定纹理图像中的哪一个纹素赋予该顶点-texture mapping opengl rendering scenes given vertex texture coordinates and geometric coordinates in the texture mapping rendering scenes, not only to give the definition of the geometric coordinates of each vertex, but also the definition of texture coordinates. After a variety of transformation, the geometric coordinates of vertices on the screen decided to draw the location where the texture image Texture coordinates decide which one gives the Su-Wen vertex
- 2022-08-06 12:53:01下载
- 积分: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