You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
16
16
- [Game Engine](#game-engine)
17
17
- [GUI](#gui)
18
18
- [Graphics](#graphics)
19
-
- [Imaging](#imaging)
19
+
- [Image Processing](#image-processing)
20
20
- [Internationalization](#internationalization)
21
21
- [JSON](#json)
22
22
- [Logging](#logging)
@@ -206,7 +206,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
206
206
207
207
*[bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. [BSD]
208
208
*[Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. [LGPLv2 or Mozilla MPL]
209
-
*[CImg](http://cimg.sourceforge.net/) - A small, open source, C++ toolkit for image processing. [Own LGPL or GPL]
210
209
*[Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine. [EPL]
211
210
*[magnum](https://github.com/mosra/magnum) - C++11 and OpenGL 2D/3D graphics engine. [MIT][website](http://mosra.cz/blog/magnum.php)
212
211
*[Ogre 3D](http://www.ogre3d.org/) - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. [MIT]
@@ -215,6 +214,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
215
214
*[Skia](https://github.com/google/skia) - A complete 2D graphic library for drawing Text, Geometries, and Images. [bSD][webpage](https://sites.google.com/site/skiadocs/home)
216
215
*[urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. [Many different, mostly MIT]
217
216
217
+
## Image Processing
218
+
219
+
*[CImg](http://cimg.sourceforge.net/) - A small, open source, C++ toolkit for image processing. [Own LGPL or GPL]
220
+
*[OpenCV](http://opencv.org/) - Open source computer vision. [BSD]
221
+
218
222
## Internationalization
219
223
220
224
*[IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support. [ICU]
0 commit comments