英文版 是计算机图形学领域中一本专门讲“点云,网格”方面的基础书籍,由于比较大,分两个部分分别上传
2023-02-01 20:46:44 13MB 计算机图形学 网格 点云
1
Data structures and tools from computational geometry help to solve problems in computer graphics; these methods have been widely adopted by the computer graphics community yielding elegant and efficient algorithms. This book focuses on algorithms and data structures that have proven to be versatile, efficient, fundamental, and easy to implement. The book familiarizes students, as well as practitioners in the field of computer graphics, with a wide range of data structures. The authors describe each data structure in detail, highlight fundamental properties, and present algorithms based on the data structure. A number of recent representative and useful algorithms from computer graphics are described in detail, illuminating the utilization of the data structure in a creative way. 花了很大力气才找到的,侵权删
2023-01-11 19:20:06 1.17MB Computer Graphics
1
On Building an Accurate Stereo Matching System on Graphics Hardware,AD-census原文
2022-12-26 15:26:22 411KB 双目视觉 立体匹配
1
三点圆 Qt 图形场景,基于三个点制作圆弧和圆。
2022-12-10 15:55:38 5KB C++
1
Python中基于graphics库的15*15五子棋代码
2022-12-07 19:42:11 21KB 五子棋, Python, graphics
1
Rotation+Transforms+for+Computer+Graphics
2022-12-02 00:40:19 7.1MB Computer Graphics
1
MatebookXPro-hackintosh:华为Matebook X Pro的Hackintosh解决方案
2022-11-29 22:36:18 42.53MB macos graphics trackpad wifi
1
BPG 图像编码器和解码器 BPG 是一个由开发的库。 项目官网为 快速介绍 编辑 Makefile 以更改编译选项(Linux 的默认编译选项应该没问题)。 输入“make”进行编译,输入“make install”安装编译好的二进制文件。 x265 使用:为了大大提高压缩速度(但质量较低),您可以编译和安装 x265,然后在 Makefile 中启用它。 当压缩级别(bpgenc 的“-m”选项)<9 时使用 x265。不幸的是,x265 尚不支持单色格式或无损模式,因此在这些情况下仍然需要 JCTVC 代码。 对于默认的 x265 编译,仅支持 8 位深度(因此您必须使用“-b 8”强制位深度为 8)。 Emscripten 用法:为了生成 Javascript 解码器,您必须安装 Emscripten 并在 Makefile 中启用它。 html/index.html 中提
2022-11-26 22:03:59 18.7MB C++
1
计算机图形学:计算机图形学算法实现
2022-11-18 20:26:00 169KB opengl computer-graphics OpenGLC++
1
*从头开始=相当多的东西-使用glm不必实现基本的数学运算 路径追踪器 抗锯齿,阴影柔和等(免费) 胃肠道 适用于反射(镜),反射/折射(玻璃),固体材料的BRDF。 对象(可以使用任何BRDF) 多雾路段 平行性 光栅化器 对象 贴图 FXAA 阴影贴图 剪裁
2022-11-18 17:07:11 94.45MB graphics computer-graphics rasterizer path-tracing
1