Skip to content
#

clahe

Here are 25 public repositories matching this topic...

bLUe - A simple and comprehensive image editor featuring automatic contrast enhancement, color correction, 3D LUT creation, raw postprocessing, exposure fusion and noise reduction

  • Updated Jan 21, 2025
  • Python

📷⌛ The goal of this project is being able to completely automate the process of making a timelapse, that includes taking the photos, apply gamma correction, histogram equalization and finally export the timelapse as mp4 files one with processing and another without.

  • Updated Apr 24, 2021
  • Python

OCR from scratch using Chars74 Dataset: http://www.ee.surrey.ac.uk/CVSSP/demos/chars74k/ applied to the case of Spanish car license plates or any other with format NNNNAAA. The hit rate is lower than that achieved by pytesseract: in a test with 21 images, 12 hits are reached while with pytesseract the hits are 17.

  • Updated Dec 16, 2022
  • Python

This Python script performs basic image enhancement techniques on an input image, improving its visual quality. The script processes the image in several stages: Grayscale Conversion: The image is first converted into grayscale for easier processing. Noise Removal: A non-linear median filter is applied to reduce noise in the image. Histogram Equal

  • Updated Dec 15, 2024
  • Python

Improve this page

Add a description, image, and links to the clahe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clahe topic, visit your repo's landing page and select "manage topics."

Learn more