-
OpenGL高级编程与可视化系统开发(高级编程篇)
OpenGL高级编程与可视化系统开发(高级编程篇)-7-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-7
- 2022-02-03 10:41:07下载
- 积分:1
-
银河系 太阳系 opengl
银河系 太阳系 opengl 银河系、太阳系三维显示程序 opengl-
- 2022-02-12 08:32:15下载
- 积分:1
-
基于GPU的计算机视觉算法,如边角的检测,convolustion…
GPU based computer vision algorithms such as edge cornor detection,convolustion operation.-GPU based computer vision algorithms such cornor as edge detection, convolustion operation.
- 2022-10-23 07:10:03下载
- 积分:1
-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-09 19:30:08下载
- 积分:1
-
OpenGL画廊
一个可以变成迷宫的,也可以变成画廊的3D程序,用opengl库,c语言,用vc++可以打开,其中使用了贴图技术,可以实现场景漫游,添加了音乐,在gallery矩阵中修改0,1参数可以修改场景的布局修改,可以据此变成其他形式的3d程序,非常适合初学OpenGL的人学习参考。
- 2022-03-20 16:13:40下载
- 积分: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
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
不规则碎片形数字地表模型的实现代码,可以应用于交通及土地规划的相关模型中....
不规则碎片形数字地表模型的实现代码,可以应用于交通及土地规划的相关模型中.-Fractal digital terrain model of the implementation code, can be applied to transport and land use planning related to the model.
- 2022-03-17 15:40:26下载
- 积分:1
-
OpenGL Super Bible Chapter IV, not yet finished, please let station points.
OpenGL 超级宝典第四章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter IV, not yet finished, please let station points.
- 2023-02-22 02:20:04下载
- 积分:1
-
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深...
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深-" Computer Graphics" in the code, including a variety of basic transformations and geometric realization of progressive approach to
- 2023-04-26 03:55:03下载
- 积分:1