From 0007d8cf3feaa65102f36cddf172c2d781aeba79 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 11 Sep 2014 03:00:57 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463644d..6a05325 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Image Processing * [CImg](http://cimg.sourceforge.net/) - A small, open source, C++ toolkit for image processing. [Own LGPL or GPL] +* [ITK](http://www.itk.org/) - An open-source, cross-platform system for image analysis. [Apache 2.0 from ITK 4.0] * [OpenCV](http://opencv.org/) - Open source computer vision. [BSD] +* [VTK](http://www.vtk.org/) - Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD] ## Internationalization