imageIO.cpp File Reference

Source file defining functions for reading and writing images. More...

#include <fstream>
#include <dlrCommon/byteOrder.h>
#include <dlrComputerVision/imageIO.h>

Include dependency graph for imageIO.cpp:

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)
Image< RGB8 > dlr::computerVision::readPPM8 (const std::string &fileName, std::string &commentString)
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

Source file defining functions for reading and writing images.

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

Revision
997
Date
2008-01-16 03:17:44 -0500 (Wed, 16 Jan 2008)

Definition in file imageIO.cpp.


Generated on Wed Jun 25 14:34:10 2008 for dlrComputerVision Utility Library by  doxygen 1.5.5