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
- Host: GitHub
- URL: https://github.com/losefor/rust-image-histogram
- Owner: losefor
- Created: 2022-03-10T03:18:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:53:50.000Z (about 3 years ago)
- Last Synced: 2025-03-24T00:38:17.972Z (about 2 months ago)
- Topics: histogram, histograms, image, image-processing, processing, rust, rust-lang, rust-language, rustlang, visualization
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
