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

https://github.com/losefor/rust-image-histogram

Finding the histogram of a specific image
https://github.com/losefor/rust-image-histogram

histogram histograms image image-processing processing rust rust-lang rust-language rustlang visualization

Last synced: about 1 month ago
JSON representation

Finding the histogram of a specific image

Awesome Lists containing this project

README

        

# Finding Histogram of image

finding the histogram of a given image using Rust

### Packages used

- image
- plotters

## How to use

- alter the path variable in the `main.rs` to point to your image
- run the code using `cargo run`
- the result will be in `images/image_histogram.png`

## Result

![result](images/image_histogram.png)