-
Updated
Oct 4, 2023 - Python
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
Learning to Segment Human Body Parts with Synthetically Trained Deep Convolutional Networks
-
Updated
Mar 17, 2021 - Python
Implementing a simple lane detection algorithm to mimic Lane Departure Warning systems used in Self-Driving Cars.
-
Updated
Jul 1, 2020 - Python
under water image enhancement and restoration with reef classifcation
-
Updated
Apr 30, 2022 - Python
CLAHE (Contrast Limited Adaptive Histogram Equalization)
-
Updated
Nov 23, 2021 - Python
enhance and restore different types of images by using various approaches
-
Updated
Apr 24, 2023 - Python
Python utility to explore OpenCV parameters for drawing contours and selecting objects
-
Updated
May 7, 2023 - Python
A desktop application to improve image taken underwater by color balancing, contrast adjustment and noise reduction. It has also other tool like manual adjustment of contrast and brightness, hue and saturation, resizing, rotating etc.
-
Updated
May 14, 2022 - Python
Demo of Viewer of mammograms on dicom format.
-
Updated
Jul 13, 2021 - Python
Using together cv2's findcontours and Haarcascade license plate detection together with the application of an extensive set of filters
-
Updated
Mar 13, 2023 - 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
Image processing techniques for contrast enhancement
-
Updated
Apr 13, 2023 - 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
A fast python implementation of CLAHE (Contrast Limited Adaptive Histogram Equalisation)
-
Updated
Jul 12, 2023 - Python
Through the use of Contrast Limited Adaptive Histogram Equalization (CLAHE) filters, completed with otsu filters, a direct reading of car license plates with success rates above 70% and an acceptable time is achieved
-
Updated
Mar 13, 2023 - 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.
Add this topic to your repo
To associate your repository with the clahe topic, visit your repo's landing page and select "manage topics."