Pixlane is loading locally. No upload, no signup, and your files stay on your device.
Улучшите контрастность изображения с помощью стандартного выравнивания гистограммы или CLAHE (адаптивное выравнивание контрастности с ограниченной гистограммой). CLAHE работает с локальными фрагментами для достижения лучших результатов на неравномерно освещенных изображениях.
Улучшите локальный и глобальный контраст с помощью выравнивания гистограммы или CLAHE для низкоконтрастных фотографий, сканов и входных данных CV.
All processing runs locally in your browser. Your files never leave your device — no upload, no server, no signup required.
Histogram equalization redistributes pixel intensities so the histogram spans the full range (0–255). This improves contrast, especially in images that are too dark or too bright.
CLAHE (Contrast Limited Adaptive Histogram Equalization) applies equalization locally on tiles rather than globally. It prevents over-amplification of noise by clipping the histogram, producing more natural-looking results.
Use standard equalization for uniformly lit images. Use CLAHE for images with uneven lighting, shadows, or when you want to preserve local detail without over-boosting contrast.