Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aaronlking/histogram-equilization-and-matching
- Owner: aaronlking
- Created: 2022-12-31T07:20:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T07:31:54.000Z (about 2 years ago)
- Last Synced: 2024-11-06T21:42:22.224Z (about 2 months ago)
- Topics: computer-vision, histogram-equalization, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.