histogram-matching
There are 49 repositories under histogram-matching topic.
Honlan/BeautyGAN
transfer the makeup style of a reference face image to a non-makeup face
continental/image-statistics-matching
Methods for alignment of global image statistics aimed at unsupervised Domain Adaptation and Data Augmentation
KevinPatel04/Digital-Image-Processing
This Repository demonstrates how can one apply various image pre-processing, image processing & image post-processing techniques in MATLAB environment.
Scrawk/ImageProcessing
A collection of code for processing images
keineahnung2345/digital-image-processing-cpp
cpp implementation for algorithms in the book "digital image processing and computer vision"("数字图像处理与机器视觉-Visual C++与Matlab实现")
StefanoD/ExactHistogramSpecification
Exact histogram matching implementation of Dinu Coltuc et al.
JuliaImages/ImageContrastAdjustment.jl
A Julia package for enhancing and manipulating image contrast.
pbplop29/ECE_Calculators
Different calculators made to solve problems for ECE subjects
Akhilesh64/Image-Processing
Implementation of various image processing methods from scratch in python.
hansinahuja/Digital-Image-Processing-And-Analysis
All codes written by me in my Digital Image Processing & Analysis course.
vitorsr/exact-histogram-specification
Fast implementation of "Exact Histogram Specification" by Coltuc et al.
antimattercorrade/Histogram_Equalisation_and_Matching
Histogram Equalization and Histogram Specification Python Implementation
praveengadiyaram369/Activityrecognition_GaussianLDA
Gaussian Latent Dirichlet Allocation
SatYu26/HistogramMatching-using-OpenCV
Histogram matching using open CV
solanoctua/Fundamental-Image-Processing
Implementation of Fundamental Image Processing Techniques
Suchetaaa/CS663-Assignments
CS663 - Digital Image Processing Programming Assignments
adityatripathiiit/Histogram_Equalization_and_Matching
Python Implementation of Histogram Equalisation and Histogram Matching
Ali-Noroozbeigy/LA_Final_Project
Repository for final project of linear algebra course at AUT
amberkakkar01/Histogram-Equalization-and-Contrast-Stretching
This project is about Histogram Equalization and Contrast Stretching
hatamiarash7/HistogramMatching
RGB Histogram Matching with Matlab
RobuRishabh/Content-Based-Image-Retrieval
The main aim of the project is to implement Content Based Image Retrieval which is one of the most important concepts of computer vision. The bog companies are using this to compare the similarity between the images based on the feature vector of the Targeted image.
Anagh-Sharma/Image-Histogram-Construction-Equalization-Matching-Comparison
Computation of image histogram, histogram equalization, comparison, and matching.
arjunrajasekharan/Digital-Image-Processing
Implementation of algorithms which were done as a part of Digital Image Processing course
FabrizioMusacchio/bio_image_registration
Scripts for evaluating common Python image registration methods
fardinabbasi/ImageCompression-HistogramMatching
Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.
tathagatpal/Digital-Image-Processing
A1: Bilinear interpolation, Geometric transformation, Image registration. A2: Histogram Matching and Equalization, Convolution. A3: Butterworth Filter, De-noise filter. A4: Denoise CLS Filter, RGB-HSI Histogram Equalization.
ugurcanpolat/CV-HW1
Computer Vision homework 1. The project uses OpenCV and PyQt5 to build an application that applies Histogram Matching.
9pingg/DIP-Assignments
This repo contains all the assignments given in the Digital Image Processing course.
Kimiarfaie/Introduction-to-Image-Processing
Solution for various Image Processing problems for Introduction to Image Processing course at NTNU.
kunaal-gupta/Scikit-Image-Histogram
Read images, compute bins, generate image histograms, which involves equalising a 64-bin grayscale histogram and comparing and matching the two histograms.
mongshil553/Computer-Vision-Without-OpenCV
Fundamental Computer Vision using C++ without OpenCV
acomarcho/shinkai
Repository for my paper: Color Grading terhadap Citra Hasil Fotografi untuk Menghasilkan Citra yang Terinspirasi oleh Karya Makoto Shinkai
Fay-Balhareth/Lab-5
This lab explores essential image enhancement techniques using OpenCV in Python. Tasks include Contrast Stretching, Thresholding and Half Toning, Histogram Equalization, and Histogram Matching.