-
程序中作用是简单几何物体在visual c++ 下 opengl 实现 采用OpenGL API编写的一个多彩的立方体...
程序中作用是简单几何物体在visual c++ 下 opengl 实现 采用OpenGL API编写的一个多彩的立方体
- 2022-02-07 19:21:14下载
- 积分:1
-
VC under the OpenGL application development framework with examples
VC下的OpenGL开发框架与应用举例-VC under the OpenGL application development framework with examples
- 2022-07-26 06:03:35下载
- 积分:1
-
简单介绍OPENGL画一条线,知道大概的函数调用方法
简单介绍OPENGL画一条线,知道大概的函数调用方法
- 2022-01-24 15:27:32下载
- 积分:1
-
OPENGL for three
OPENGL用于三维图像显示的图像平滑的源码程序-OPENGL for three-dimensional image display source for image smoothing procedure
- 2022-07-17 14:16:36下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL
基于OpenGL的三维地形可视化方法研究-OpenGL-based 3D terrain visualization method
- 2022-01-22 02:17:23下载
- 积分:1
-
结构光系统标定程序!通过结构光三维立体标定,利用标定模板达到三维实际与图像的配准...
结构光系统标定程序!通过结构光三维立体标定,利用标定模板达到三维实际与图像的配准-Structured light system calibration program! Through the structured light three-dimensional calibration, calibration templates to use to achieve real and three-dimensional image registration! ! ! !
- 2023-04-18 04:00:03下载
- 积分:1
-
本科毕业论文边缘检测算法
1、实现边缘检测算子功能:
通过Visual C++6.0来实现边缘检测算子的功能,先对Sobel算子、Prewitt算子、Roberts算子等进行函数定义,然后再进行函数调用,就可以得到边缘检测的不同效果。
2、比较分析边缘检测算子,得出适合应用与TIP技术中的算子:
比较各种边缘检测算子得到的边缘检测图像,选择适合在TIP技术中实现的边缘检测算法,自动提取前景掩模与背景图像。
- 2022-04-29 10:40:09下载
- 积分:1
-
时间可以帮朋友研究虚拟现实学习的例子包括一个框架…
时间 可帮助出学习虚拟现实的朋友 学习的例子 包括了框架 基本操作
-Time can help a friend study virtual reality learning examples include a framework for basic operation
- 2022-02-21 22:47:30下载
- 积分:1
-
计算机图形学openGL绘制纸盒人
学习计算机图形学之后自己用opengl工具 绘制的一个机器人 背景和纸盒人表面采用纹理贴图 通过鼠标和键盘旋转 关节转动,有背景音乐 光源、光照设置
- 2022-02-14 16:00:07下载
- 积分:1