-
openGL DemoVC++ 多视图三维现实多种显示模式是学习openGL最简洁而全面的例子....
openGL DemoVC++ 多视图三维现实多种显示模式是学习openGL最简洁而全面的例子.-more realistic view a variety of 3D display mode of learning openGL most concise and comprehensive example.
- 2022-10-06 09:50:03下载
- 积分:1
-
一个简单的opengl程序,模拟一个太阳系,可以帮助理解模型视点变换,其中还用到了灯光,初学者可以一看!...
一个简单的opengl程序,模拟一个太阳系,可以帮助理解模型视点变换,其中还用到了灯光,初学者可以一看!-A simple opengl program to simulate a solar system, can help understand the model of perspective transformation, which also use the lights, beginners can watch one!
- 2022-12-04 20:20:03下载
- 积分:1
-
SMTH, the focus of OpenGL series of routines and classes, is very good and is su...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-05-28 13:36:48下载
- 积分:1
-
图片的三D动态实现
所用的图形接口为openGL
可用于图形学作业中...
图片的三D动态实现
所用的图形接口为openGL
可用于图形学作业中-Three-D picture realize dynamic graphics interface used can be used for the openGL graphics operations
- 2022-07-12 17:36:39下载
- 积分:1
-
立方图纹理影射,来自OpenGL权威指南的绝好资料哦
立方图纹理影射,来自OpenGL权威指南的绝好资料哦-cube map texture insinuation from the OpenGL authoritative guide to the excellent information oh
- 2022-02-07 09:36:21下载
- 积分:1
-
OPENGL library used in C++ bad habitats developed under the graphic image used.
OPENGL库,用来在C++坏境下开发图形图像用。-OPENGL library used in C++ bad habitats developed under the graphic image used.
- 2022-11-11 13:30:03下载
- 积分:1
-
基于OPENGL的三自由度机械臂运动仿真
opengl基本代码,包括漫游,坐标轴,以及旋转正方体-opengl basic code, including roaming, axes, and rotating cube
- 2022-08-25 15:03:19下载
- 积分:1
-
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器...
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器 -Little Red Book OpenGL source code, which has detailed examples of each of the Notes, is an essential learning OpenGL weapons
- 2022-07-27 06:51:19下载
- 积分:1
-
图形图像编程mfc opengl
图形图像编程mfc opengl-graphics programming mfc opengl
- 2023-02-19 18:00:03下载
- 积分:1
-
二值化方法 Nibleka
该方法的想法是在亮度阈值二值化 B 变异从一个点到另一个点基于本地的标准偏差。阈值亮度点 (x,y) 的计算公式如下: B (x,y) = m (x,y) + ks (x,y),
其中 μ (x,y)-平均值和 s (x,y)-给附近居民样本的标准偏差。邻里的大小应该是最小的但保持局部细节。同时,大小应足够大,以减少噪声对结果的影响。K 值确定边界的对象是对象本身采取的哪一部分。K 值 =-0.2 给对象的分离效果相当好,如果他们都提出了在黑色,而 k 值 = +0.2,-,如果对象是白色的。
- 2022-03-07 01:49:01下载
- 积分:1