automatic color-grading
-
Updated
May 16, 2025 - Python
automatic color-grading
Python implementation of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework", CAIP2017
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
NumPy and Tensorflow implementation of the Multidimensional Contrast Limited Adaptive Histogram Equalization (MCLAHE) procedure
A set of algorithms and other cool things that I learned while doing image processing with openCV using C++ and python.
This module attempts to enhance contrast of a given image by equalizing its two dimensional histogram.
Exact histogram matching implementation of Dinu Coltuc et al.
AI ML based Image enhancement module built in Python. It is used for improving the quality of images using different filters in openCV. It works better with gray-scale images.
Various projects using Open CV
This project implements histogram equalization, low-pass and high-pass filter, and laplacian blending of images.
This module attempts to enhance contrast of a given image or video by employing a method called weighted thresholded histogram equalization (WTHE).
Implementation of various image processing methods from scratch in python.
Implementing a simple lane detection algorithm to mimic Lane Departure Warning systems used in Self-Driving Cars.
This small piece of code is intended to help researchers, especially in field of image processing, to easily calculate two dimensional histogram of a given image.
This desktop app allows application of basic image processing operations on images.
Fast implementation of "Exact Histogram Specification" by Coltuc et al.
This module attempts to enhance contrast of a given image by employing a method called HBLPCE.
Histogram equalization based image processing to improve the contrast of the image
Add a description, image, and links to the histogram-equalization topic page so that developers can more easily learn about it.
To associate your repository with the histogram-equalization topic, visit your repo's landing page and select "manage topics."