Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wuyenlin/imagehist


https://github.com/wuyenlin/imagehist

histogram image-processing opencv

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## ImageHist

A simple code to calculate [image histogram](https://en.wikipedia.org/wiki/Image_histogram) and visualize them separately in 3 different plots.

### Usage
For example, the following code takes in the file `./demo.jpg`, calculates its histogram with `DPI=500`, and saves the final histogram plots.
```
python main.py --file_name ./demo.jpg --dpi 500 --save_img
```
Here is the result:

## TODO
-[ ] Histogram equalization (full and partial)