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 }
00055
00056 }
00057
00058
00059 #endif