https://github.com/bend-n/imenchmark
benchmarks comparing the rust image processing ecosystem
https://github.com/bend-n/imenchmark
benchmarks image-processing rust
Last synced: about 1 month ago
JSON representation
benchmarks comparing the rust image processing ecosystem
- Host: GitHub
- URL: https://github.com/bend-n/imenchmark
- Owner: bend-n
- Created: 2023-11-01T13:22:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T14:18:11.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:31:12.339Z (3 months ago)
- Topics: benchmarks, image-processing, rust
- Language: Rust
- Homepage:
- Size: 43.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## a series of benchmarks, comparing different image processing crates
including:
- [fimg](https://crates.io/crates/fimg)
- [imageproc](https://crates.io/crates/imageproc)
- [image](https://crates.io/crates/image)
- [blud](https://crates.io/crates/blud)
- [blurslice](https://crates.io/crates/blurslice)
- [resize](https://crates.io/crates/resize)
- [opencv](https://crates.io/crates/opencv)


### how to run benchmarks
step 1: unhew. `cargo install --git https://github.com/bend-n/hew && hew data.png data.imgbuf && hew small_data.png small_data.imgbuf`
step 2: run. `cargo bench`