Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quzanh1130/ssim_psnr
Calculate the average of two folder images by comparing them and computing the PSNR and SSIM values.
https://github.com/quzanh1130/ssim_psnr
avarage-psnr avarage-ssim psnr ssim
Last synced: 13 days ago
JSON representation
Calculate the average of two folder images by comparing them and computing the PSNR and SSIM values.
- Host: GitHub
- URL: https://github.com/quzanh1130/ssim_psnr
- Owner: quzanh1130
- Created: 2023-02-07T15:05:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T16:05:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T14:09:44.545Z (13 days ago)
- Topics: avarage-psnr, avarage-ssim, psnr, ssim
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compare-two-image-folders
## Usage
```bash
python main.py PATH_TO_IMAGE_FOLDER_1 PATH_TO_IMAGE_FOLDER_2 NUMBER_OF_IMAGES
```## Example
```bash
python main.py D:\images1 D:\image2 100
```## Pay attention
Two images to compare need have the same file name.