histogramEqualize.cpp File Reference

Source file defining histogram equalization routines. More...

#include <limits>
#include <numeric>
#include <sstream>
#include <dlrComputerVision/histogramEqualize.h>

Include dependency graph for histogramEqualize.cpp:

Go to the source code of this file.

Namespaces

namespace  dlr
namespace  dlr::computerVision

Functions

Array1D< unsigned int > dlr::computerVision::getHistogram (const Image< GRAY8 > &inputImage)
 This function computes the histogram of an image.
Image< GRAY8 > dlr::computerVision::histogramEqualize (const Image< GRAY8 > &inputImage)
 This function remaps the pixel values of the input image in such a way that output pixel value increases monotonically with input pixel value, and the histogram of the output image is nearly flat.


Detailed Description

Source file defining histogram equalization routines.

Copyright (C) 2005 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 histogramEqualize.cpp.


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