imageIO.h File Reference

Header file declaring routines for importing & exporting images. More...

#include <string>
#include <dlrCommon/byteOrder.h>
#include <cmath>
#include <fstream>
#include <sstream>
#include <dlrCommon/exception.h>

Include dependency graph for imageIO.h:

Go to the source code of this file.


Namespaces

namespace  dlr::utilities
 This namespace contains general utility functions and classes for string manipluation, program option parsing, working with time and filenames, and a few other odds and ends.

Functions

template<class Type >
void dlr::utilities::writePGM (const std::string &fileName, const Type *imageData, const size_t rows, const size_t columns, bool normalize, bool rawFormat, int bitsPerPixel)
template<class Type >
void dlr::utilities::writePPM (const std::string &fileName, const Type *imageData, const size_t rows, const size_t columns, bool normalize=false, bool rawFormat=true, int bitsPerPixel=8)


Detailed Description

Header file declaring routines for importing & exporting images.

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

Revision
975
Date
2007-12-30 01:57:17 -0500 (Sun, 30 Dec 2007)

Definition in file imageIO.h.


Generated on Wed Nov 25 11:07:09 2009 for dlrUtilities Utility Library by  doxygen 1.5.8