#include <string>
#include <dlrCommon/byteOrder.h>
#include <cmath>
#include <fstream>
#include <sstream>
#include <dlrCommon/exception.h>
Include dependency graph for dlrUtilities/imageIO.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::utilities |
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) |
Copyright (C) 2004-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file dlrUtilities/imageIO.h.
1.5.2