-
从AVI格式读取视频,并做适当的灰度变换
从AVI格式读取视频,并做适当的灰度变换
- 2022-02-25 05:51:50下载
- 积分:1
-
simple 2
简易二维平面CAD画线、圆、方,可移动、复制、镜像-simple 2-D CAD line drawing, round, side, move, copy, mirror
- 2023-02-04 14:45:03下载
- 积分:1
-
jpeg解码原码
jpeg解码原码-jpeg decode source file
- 2022-04-10 11:19:19下载
- 积分:1
-
简易的CAD平面画图(圆、线、框)
简易的CAD平面画图(圆、线、框)-This is a simple cad system ,witch could draw line circle and rectangle etc.
- 2022-10-04 03:45:03下载
- 积分:1
-
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法...
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
- 2023-08-14 13:50:02下载
- 积分:1
-
利用HLSL语言写的一个顶点着色器来实现渐变动画效果,HLSL入门者适用!...
利用HLSL语言写的一个顶点着色器来实现渐变动画效果,HLSL入门者适用!-The use of HLSL language written in a vertex shader to achieve the fade animation effects, HLSL for beginners!
- 2022-02-15 08:56:50下载
- 积分:1
-
一个用PCA做人脸识别的matlab源码
一个用PCA做人脸识别的matlab源码-PCA based face recognition system
- 2022-04-14 13:19:22下载
- 积分:1
-
关于绘图的源码,很实用的代码,包括绘图、选择、移动、复制和粘贴部分,是学习的好例子...
关于绘图的源码,很实用的代码,包括绘图、选择、移动、复制和粘贴部分,是学习的好例子-On the drawing source, it is useful code, including graphics, select, move, copy and paste part of the study a good example of
- 2022-02-01 08:11:54下载
- 积分: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
-
mapping multiple graphics, multiple functions. When we connect compiler GraphiZH...
绘制多种图形,有多种功能。编译连接时要把GraphiZH.lib 重命名为 Graphics.lib才行(因为当时内存很小)。-mapping multiple graphics, multiple functions. When we connect compiler GraphiZH.lib renamed Graphics.lib Caixing (because memory is insignificant).
- 2022-09-29 19:10:03下载
- 积分:1