https://github.com/yashraj-n/simimg
🖼 Compare Image similarity
https://github.com/yashraj-n/simimg
image image-rs rust
Last synced: 3 months ago
JSON representation
🖼 Compare Image similarity
- Host: GitHub
- URL: https://github.com/yashraj-n/simimg
- Owner: yashraj-n
- License: mit
- Created: 2022-12-29T07:42:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T07:45:04.000Z (over 2 years ago)
- Last Synced: 2025-01-03T11:18:05.959Z (5 months ago)
- Topics: image, image-rs, rust
- Language: Rust
- Homepage:
- Size: 6.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simimg 🖼

Simimg is a simple image comparison tool. It can be used to compare two images and output the difference between them.

## Installation
### Manual
```bash
git clone https://github.com/yashraj-n/simimg
cd simimg
cargo run
```
---### Download pre-built binaries
You can download pre-built binaries from the [releases](https://github.com/yashraj-n/simimg/releases) page.
## Functions
---
- PSNR: Peak Signal-to-Noise Ratio 
---- RASE: Relative Average Spectral Error 
---
- RME: Root Mean Error 
---
- SAM: Spectral Angle Mapper 
---
- SCC: Spatial Correlation Coefficient 
---
- SSIM: Structural Similarity Index 
---
- UQI: Universal Quality Image Index ![UQI]()
---
- VIF: Visual Information Fidelity ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details