Skip to content

Commit 851dd9a

Browse files
author
myd7349
committed
Update README.md
1 parent f18a33d commit 851dd9a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
1616
- [Game Engine](#game-engine)
1717
- [GUI](#gui)
1818
- [Graphics](#graphics)
19-
- [Imaging](#imaging)
19+
- [Image Processing](#image-processing)
2020
- [Internationalization](#internationalization)
2121
- [JSON](#json)
2222
- [Logging](#logging)
@@ -206,7 +206,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
206206

207207
* [bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. [BSD]
208208
* [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]
210209
* [Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine. [EPL]
211210
* [magnum](https://github.com/mosra/magnum) - C++11 and OpenGL 2D/3D graphics engine. [MIT] [website](http://mosra.cz/blog/magnum.php)
212211
* [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
215214
* [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)
216215
* [urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. [Many different, mostly MIT]
217216

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+
218222
## Internationalization
219223

220224
* [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support. [ICU]

0 commit comments

Comments
 (0)