File size: 517 Bytes
9913017 | 1 2 3 4 5 6 7 8 9 10 11 12 | imageLib is a small C++ library for 2D multi-band images. See Image.h for more detail. Reading and writing of images is supported in png and pgm/ppm formats, as well as a subset of Targa. See ImageIO.h for more detail. This code is derived from a subset of the StereoMatcher code by Rick Szeliski and Daniel Scharstein, which is available at http://research.microsoft.com/downloads/. This code is distributed under the same Source Code License Agreement as the original version. Please see the file Copyright.h |