制图板:NJU_Graphics_Homework计算机图形学课程大作业
2024-04-29 22:09:02 544KB opengl graphics drawingboard
1
PyTorch中的MeshCNN SIGGRAPH 2019 MeshCNN是用于3D三角形网格的通用深度神经网络,可用于诸如3D形状分类或分割之类的任务。 该框架包括直接应用于网格边缘的卷积,池化和解池层。 该代码由和在支持下编写。 入门 安装 克隆此仓库: git clone https://github.com/ranahanocka/MeshCNN.git cd MeshCNN 安装依赖项: 1.2版。 可选: 用于训练图。 通过新的conda环境conda env create -f environment.yml (创建一个名为meshcnn的环境) SHREC上的3D形状分类 下载数据集 bash ./scripts/shrec/get_data.sh 运行训练(如果使用conda env首先激活env,例如source activate meshcnn ) bash ./scripts/shrec/train.sh 要查看训练损失图,请在另一个终端中运行tensorboard --logdir runs并单击 。 运行测试并导出中间池网格: bas
2024-04-02 16:20:14 3.54MB machine-learning computer-graphics pytorch mesh
1
基于时序的多笔划草图识别,尹建锋,孙正兴,本文提出乐一个基于手绘草图过程时序信息的多笔划草图识别方法。该方法的主要思想是基于时序的笔划分割和基于时序的用户建模。前
2024-03-28 22:02:06 326KB 首发论文
1
EasyX Graphics Library 是针对 Visual C++ 的免费绘图库,支持 VC6.0 ~ VC2022,简单易用,学习成本极低,应用领域广泛,学习过程中帮助文档也是必不可少的。
2024-03-02 17:28:46 79KB 帮助文档 EasyX
1
This book is an introduction to 3-D computer graphics with particular emphasis on fundamentals and the mathematics underlying computer graphics. It includes descriptions of how to use the cross-platformOpenGL programming environment. It also includes source code for a ray tracing software package. (Accompanying software is available freely from the book抯 Web site.) Topics include a thorough treatment of transformations and viewing, lighting and shading models, interpolation and averaging, B磂zier curves and B-splines, ray tracing and radiosity, and intersection testing withra ys. Additional topics, covered in less depth, include texture mapping and color theory. The book also covers some aspects of animation, including quaternions, orientation, and inverse kinematics. Mathematical background on vectors and matrices is reviewed in an appendix. This book is aimed at the advanced undergraduate level or introductory graduate level and can also be used for self-study. Prerequisit……
2024-02-18 23:58:36 7.22MB Computer Graphics OpenGL.pdf
1
给用.net做图形绘制软件的朋友一个参考,实现基本的图形绘制和一个简单的绘图软件框架
2024-01-31 07:41:47 61KB graphics
1
mikktspace Mikkelsen切线空间算法参考实现的端口。 至少需要Rust 1.31.0。 示例生成了Mikkelsen切线空间算法参考实现的mikktspace端口的演示。 至少需要Rust 1.31.0。 示例生成演示为每边具有4个三角形面的立方体生成切线。 货物运行-示例生成许可证协议,该协议根据Apache许可证2.0版(LICENSE-APACHE或http://www.apache.org/licenses/LICENSE-2.0)许可获得MIT许可证(LICENSE-MIT或http:// opensource .org / licenses / MIT)供您选择。 除非您明确声明其他
2024-01-22 15:43:10 23KB Rust Graphics
1
3D Math Primer for Graphics and Game Development, 2nd Edition
2024-01-02 23:50:42 18.68MB Math Graphics
1
This book provides everything you need to create advanced charts and graphics in your .NET applications. It shows you how to create a variety of graphics and charts that range from simple two-dimensional (2D) X-Y plots to complicated three-dimensional (3D) surface graphs using managed C# code. The author introduces readers to the C# graphics program in a simple way - simple enough to be easily followed by C# beginners who have never had experience in developing C# graphics and chart applications. You can learn from this book how to create a full range of color graphics applications and how to use C# controls to create impressive graphic and chart effects without having to buy expensive third-party add-on products. Paperback: 572 pages Publisher: UniCAD, Inc. (March 15, 2007) Language: English ISBN-10: 097937250X ISBN-13: 978-0979372506
2023-12-24 05:05:35 3.24MB .NET Chart Graphic
1
提供vc下缺少的众多程序所需要的头文件 bios.h graphics.h
2023-12-04 17:48:51 4KB bios.h graphics.h
1