Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronlking/histogram-equilization-and-matching

This is a jupyter notebook created to develop more familiarity with histograms and how python libraries might help in their understanding.
https://github.com/aaronlking/histogram-equilization-and-matching

computer-vision histogram-equalization jupyter-notebook python

Last synced: 10 days ago
JSON representation

This is a jupyter notebook created to develop more familiarity with histograms and how python libraries might help in their understanding.

Awesome Lists containing this project

README

        

# Histogram-Equilization-and-Matching

This was the first homework assignment for CS479: Computer Vision at Sonoma State University. This assignment was geared towards getting more familiar with the skimage and matplotlib python libraries. This was done by looking at images and their respective histograms. This was further studied by equalizing some of those histograms using the aforementioned libraries.