histogramEqualize.h

Go to the documentation of this file.
00001 
00015 #ifndef _DLRCOMPUTERVISION_HISTOGRAMEQUALIZE_H_
00016 #define _DLRCOMPUTERVISION_HISTOGRAMEQUALIZE_H_
00017 
00018 #include <dlrComputerVision/image.h>
00019 
00020 
00021 namespace dlr {
00022 
00023   namespace computerVision {
00024     
00037     Array1D<unsigned int>
00038     getHistogram(const Image<GRAY8>& inputImage);
00039   
00040 
00051     Image<GRAY8>
00052     histogramEqualize(const Image<GRAY8>& inputImage);
00053 
00054   } // namespace computerVision
00055 
00056 } // namespace dlr
00057 
00058 
00059 #endif /* #ifndef _DLRCOMPUTERVISION_HISTOGRAMEQUALIZE_H_ */

Generated on Mon Jul 9 20:34:03 2007 for dlrLibs Utility Libraries by  doxygen 1.5.2