https://github.com/wx-chevalier/cg-notes
:book: 计算机图形学、计算机视觉、图像与媒体处理、图形绘制(Canvas、Three.js、WebGL)、图表与数据可视化
https://github.com/wx-chevalier/cg-notes
cg computer-graphics
Last synced: 5 months ago
JSON representation
:book: 计算机图形学、计算机视觉、图像与媒体处理、图形绘制(Canvas、Three.js、WebGL)、图表与数据可视化
- Host: GitHub
- URL: https://github.com/wx-chevalier/cg-notes
- Owner: wx-chevalier
- License: other
- Created: 2020-11-05T06:20:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T14:54:00.000Z (7 months ago)
- Last Synced: 2025-06-15T15:52:01.790Z (7 months ago)
- Topics: cg, computer-graphics
- Language: Jupyter Notebook
- Homepage: https://ng-tech.icu/books/CG-Series
- Size: 7.77 MB
- Stars: 54
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[][license-url]
在线阅读 >>
代码案例(cg-examples)
·
参考资料
# Introduction | 前言
本篇汇集了笔者对于计算机图形学基础理论知识、计算机视觉基础理论知识的笔记,然后讨论了数字化图像理论与厂家的图像处理、利用 Three.js/WebGL 等进行常见图像绘制等内容,最后还讨论了常见的数据可视化术语、工具等实现方式。
# Nav | 关联导航
- 本篇剥离自 [Frontend-Notes](https://github.com/wx-chevalier/Frontend-Notes?q=),更多 Web 开发相关内容请参阅[《Web-Notes](https://github.com/wx-chevalier/Web-Notes?q=)》。
- 计算机视觉与深度学习相结合的内容请参阅[《DeepLearning-Notes](https://github.com/wx-chevalier/DeepLearning-Notes?q=)》
# About | 关于
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Acknowledgements
- [Awesome-Lists](https://github.com/wx-chevalier/Awesome-Lists): 📚 Guide to Galaxy, curated, worthy and up-to-date links/reading list for ITCS-Coding/Algorithm/SoftwareArchitecture/AI. 💫 ITCS-编程/算法/软件架构/人工智能等领域的文章/书籍/资料/项目链接精选。
- [Awesome-CS-Books](https://github.com/wx-chevalier/Awesome-CS-Books): :books: Awesome CS Books/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀计算机科学与技术领域相关的书籍归档。
## Copyright & More | 延伸阅读
笔者所有文章遵循[知识共享 署名 - 非商业性使用 - 禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:
[](https://ng-tech.icu/books-gallery/)
[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/CG-Notes.svg?style=flat-square
[contributors-url]: https://github.com/wx-chevalier/CG-Notes/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/CG-Notes.svg?style=flat-square
[forks-url]: https://github.com/wx-chevalier/CG-Notes/network/members
[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/CG-Notes.svg?style=flat-square
[stars-url]: https://github.com/wx-chevalier/CG-Notes/stargazers
[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/CG-Notes.svg?style=flat-square
[issues-url]: https://github.com/wx-chevalier/CG-Notes/issues
[license-shield]: https://img.shields.io/github/license/wx-chevalier/CG-Notes.svg?style=flat-square
[license-url]: https://github.com/wx-chevalier/CG-Notes/blob/master/LICENSE.txt