CImg is an open-source C++ toolkit for image processing. It consists
in a single header file 'CImg.h' providing a set of C++ cl***** and
methods that can be used in your own sources, to load/save, process
and display images. Very ****table (Unix/X11,Windows, MacOS X,
FreeBSD,..), efficient, easy to use, it's a pleasant toolkit for
coding image processing stuffs in C++.
A new package 1.2.9 has been released today.
The web page of the CImg Library project is :
http://cimg.sourceforge.net/
To see if it may interest you, I suggest you look first at the
following video stream which shows the main CImg demo in action :
http://cimg.sourceforge.net/img/video_cimgdemo.html
Very useful to teach basis of image processing with nice demos, or to
design more complex research algorithms.
David.


|