计算机图形学

[toc] ## OpenCV * 开发语言:C++, Python, Java * 平台支持:Windows,iOS,Android, * 官网网址:[https://opencv.org/](https://opencv.org/) * 官方文档:[https://docs.opencv.org/master/](https://docs.opencv.org/master/) * 项目源码:[https://github.com/opencv/opencv](https://github.com/opencv/opencv) * 最新版: [https://github.com/opencv/opencv/tree/4.3.0](https://github.com/opencv/opencv/tree/4.3.0) * 正式版: [https://opencv.org/releases/](https://opencv.org/releases/) ## Taichi(太极) * 开发语言:Python * 项目源码:[Taichi](https://github.com/taichi-dev/taichi) * 英文文档:[http://taichi.graphics/](http://taichi.graphics/) * 中文文档:[https://github.com/taichi-dev/taichi-docs-zh-cn](https://github.com/taichi-dev/taichi-docs-zh-cn) * 知乎原文:[99行代码的《冰雪奇缘》](https://zhuanlan.zhihu.com/p/97700605) ## OpenGL库 * [android-gpuimage](https://github.com/CyberAgent/android-gpuimage): Android filters based on OpenGL (idea from GPUImage for iOS) * [AndEngine](https://github.com/nicolasgramlich/AndEngine): Free Android 2D OpenGL Game Engine http://www.andengine.org * [StarWars.Android](https://github.com/Yalantis/StarWars.Android): This component implements transition animation to crumble view into tiny pieces. * [Rajawali](https://github.com/Rajawali/Rajawali): Android OpenGL ES 2.0/3.0 Engine https://plus.google.com/u/0/communiti… * [android_page_curl](https://github.com/harism/android_page_curl): An example application for creating page curl/flip effect on Android using OpenGL ES. * [Learn-OpenGLES-Tutorials](https://github.com/learnopengles/Learn-OpenGLES-Tutorials): Welcome to the Learn OpenGL ES project home page! This project is a repository for the lessons and tutorials over at http://www.learnopengles.com/ http://www.learnopengles.com/ * [360-video-player-for-android](https://github.com/fbsamples/360-video-player-for-android): Sample code for creating a 360 video player on Android. Creates an OpenGL ES scene that renders a sphere textured with video frames from MediaPlayer playback. Does not use the NDK. This is a simple example of the core elements of 360 video rendering and is not intended to be production quality code. The code may be unstable. This is won't be mai… * [AndroidOpenGLTutorial](https://github.com/glumes/AndroidOpenGLTutorial) * [MagicCamera](https://github.com/Dean1990/MagicCamera) * [CainCamera](https://github.com/CainKernel/CainCamera):CainCamera是一个美颜类相机,主要用于学习如何实现实时美颜、滤镜、贴纸、拍照、短视频分段录制、回删等美颜类相机预览相关功能, 静态图片的一键美化、特效、裁剪旋转、贴纸、文字、调节、涂鸦、马赛克、边框、夜景增强、虚化、抠图虚化等功能, 视频编辑中的滤镜、添加音乐、混音、变声变速、添加字幕、视频剪辑、魔法涂鸦、嘻哈特效、MV特效等功能, 以及各部分功能的一些优化实践。目前图片编辑与视频编辑功能仍在开发当中 * [CameraFilter](https://github.com/nekocode/CameraFilter):相机特效源码 * [AndroidCamera](https://github.com/aserbao/AndroidCamera): 自定义Android相机(仿抖音),其中功能包括视频人脸识别贴纸,分段录制,回滚删除,倒计时录制,视频裁剪,视频帧处理,获取视频第一帧,关键帧,视频旋转,滤镜添加,水印添加,Gif合成到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 * [IDCardCamera](https://github.com/wildma/IDCardCamera):Android自定义相机实现身份证拍照,并加入自动对焦与图片不规则裁剪。 https://www.jianshu.com/p/5e3cb0c63cd5 ## window系统图形库 * [(二)EGE安装与配置_依稀_yixy的博客-CSDN博客_ege配置](https://blog.csdn.net/qq_39151563/article/details/100161986)