dlrComputerVision/imageIO.h File Reference

Header file declaring functions for reading and writing images. More...

#include <string>
#include <dlrComputerVision/image.h>

Include dependency graph for dlrComputerVision/imageIO.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dlr
namespace  dlr::computerVision

Functions

Image< GRAY8 > dlr::computerVision::readPGM8 (const std::string &fileName)
Image< GRAY8 > dlr::computerVision::readPGM8 (const std::string &fileName, std::string &commentString)
Image< GRAY16 > dlr::computerVision::readPGM16 (const std::string &fileName)
Image< RGB8 > dlr::computerVision::readPPM8 (const std::string &fileName)
void dlr::computerVision::writePGM8 (const std::string &fileName, const Image< GRAY8 > &outputImage, const std::string &comment)
void dlr::computerVision::writePGM16 (const std::string &fileName, const Image< GRAY16 > &outputImage, const std::string &comment)
void dlr::computerVision::writePPM8 (const std::string &fileName, const Image< RGB8 > &outputImage, const std::string &comment)


Detailed Description

Header file declaring functions for reading and writing images.

Copyright (C) 2005-2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
878
Date
2007-05-04 00:17:41 -0400 (Fri, 04 May 2007)

Definition in file dlrComputerVision/imageIO.h.


Generated on Mon Jul 9 20:34:09 2007 for dlrLibs Utility Libraries by  doxygen 1.5.2