Back to FabImage Studio website
You are here: Start » Filter Reference » Histogram Equalization » cvCLAHE
Equalizes histogram of image using adaptive histogram equalization.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inClipLimit | Double | Contrast clipping limit | |
![]() |
inTileGridSize | Size | Size of single tile | |
![]() |
outImage | Image | Output image |
Only the following inImage pixel formats are supported: 1xuint8, 1xuint16
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Tile grid must not be empty in FisFilter_cvCLAHE. |
DomainError | Type of pixel of input image must be UINT16 or UINT8 in FisFilter_cvCLAHE. |
DomainError | Input image must have 1 channel in FisFilter_cvCLAHE. |
Complexity Level
This filter is available on Basic Complexity Level.