$search
Declarations for Contrast Limited Adaptive Histogram Equalization (CLAHE). More...
#include <cv.h>

Go to the source code of this file.
Defines | |
| #define | CV_CLAHE_RANGE_FULL 0 |
| #define | CV_CLAHE_RANGE_INPUT 1 |
| #define | CV_ERROR(Code, Msg) |
Functions | |
| void | cvAdaptEqualize (IplImage *src, IplImage *dst, unsigned int xdivs, unsigned int ydivs, unsigned int bins, int range) |
| void | cvCLAdaptEqualize (IplImage *src, IplImage *dst, unsigned int xdivs, unsigned int ydivs, unsigned int bins, float limit, int range) |
Declarations for Contrast Limited Adaptive Histogram Equalization (CLAHE).
Definition in file clahe.h.
| #define CV_ERROR | ( | Code, | |||
| Msg | ) |
| void cvAdaptEqualize | ( | IplImage * | src, | |
| IplImage * | dst, | |||
| unsigned int | xdivs, | |||
| unsigned int | ydivs, | |||
| unsigned int | bins, | |||
| int | range | |||
| ) |