mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Update README.md
Add a library called 'dicom-rs', which is a Rust-based implementation of the DICOM standard.
This commit is contained in:
parent
22741cd0fa
commit
fd98a1b2f8
1 changed files with 1 additions and 0 deletions
|
@ -1548,6 +1548,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
|
|||
### Image processing
|
||||
|
||||
* [abonander/img_hash](https://github.com/abonander/img_hash) - Perceptual image hashing and comparison for equality and similarity.
|
||||
* [Enet4/dicom-rs](https://github.com/Enet4/dicom-rs) - Rust implementation of the DICOM standard.
|
||||
* [image-rs/image](https://github.com/image-rs/image) - Basic imaging processing functions and methods for converting to and from image formats
|
||||
* [image-rs/imageproc](https://github.com/image-rs/imageproc) - An image processing library, based on the `image` library.
|
||||
* [marekm4/dominant_color](https://github.com/marekm4/dominant_color) [[dominant_color](https://crates.io/crates/dominant_color)] - Dominant color extractor ![build badge](https://github.com/marekm4/dominant_color/actions/workflows/rust.yml/badge.svg?branch=master)
|
||||
|
|
Loading…
Reference in a new issue