#include <dlrComputerVision/image.h>
Include dependency graph for histogramEqualize.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 | |
| 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. | |
Copyright (C) 2005 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file histogramEqualize.h.
1.5.2