-
基于osg的相机控制,通过键盘输入控制相机
基于osg的相机控制,通过键盘输入控制相机-OSG-based camera control, camera control through the keyboard input
- 2022-03-23 11:12:45下载
- 积分:1
-
3次样条插值的c++实现 主要针对图形应用而写,对函数已经给出详细的注释,只需要按照插值过程调用函数即可
3次样条插值的c++实现 主要针对图形应用而写,对函数已经给出详细的注释,只需要按照插值过程调用函数即可-3rd spline interpolation c achieve targeted at graphics applications written to function has been given detailed notes, only the need to process called interpolation function can be
- 2022-03-21 12:09:51下载
- 积分:1
-
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
- 2022-03-14 03:38:10下载
- 积分:1
-
非常好的关于图形分别的源代码,国外很有名气的。
非常好的关于图形分别的源代码,国外很有名气的。-very good graphics were on the source code, a very well abroad.
- 2022-05-15 21:02:53下载
- 积分:1
-
用c语言实现键盘画图
用c语言实现键盘画图-used language keyboard Painting
- 2022-05-14 15:35:45下载
- 积分:1
-
在QT平台上实现了一个基本的图形显示以及可以进行橡皮筋缩放的功能
在QT平台上实现了一个基本的图形显示以及可以进行橡皮筋缩放的功能-In the QT platform to achieve a basic graphical display and a rubber band zoom function
- 2022-03-12 21:10:16下载
- 积分:1
-
VC edge detection procedure, function is perfect, able to carry out the second d...
边缘检测的VC程序,功能很完善,能进行二次开发-VC edge detection procedure, function is perfect, able to carry out the second development
- 2022-05-18 03:40:47下载
- 积分:1
-
这个网格控件基于CGridCtrl,重写和增加了许多功能,希望这个网格控件能对需要的人有帮助...
这个网格控件基于CGridCtrl,重写和增加了许多功能,希望这个网格控件能对需要的人有帮助-Based on this grid control CGridCtrl, rewritten and added many features, hoping that the grid control can help people in need
- 2023-07-21 18:50:02下载
- 积分:1
-
JPEG2000 transform space of the DWT, 5/3 non
jpeg2000中的空间变换中的DWT,5/3无损小波逆变换,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 5/3 non-destructive inverse wavelet transform, which is in the ADI blackfin535 DSP platform
- 2022-07-13 01:40:30下载
- 积分: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