CLAHE (adaptive histogram equalize)
Try it interactively →POST /api/image-claheApply CLAHE — adaptive contrast enhancement that works on local regions instead of globally. Useful for shadowed, low-contrast, or medical images.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image bytes. |
| clipLimit | number (0.5…40) | 2 | Contrast clip limit. Higher = more aggressive. |
| tileSize | number (2…64) | 8 | Side length of each square tile. |
Response
Modes: binary, json. Cache: yes (24h TTL).