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: 7 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T16:05:39.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:45:00.082Z (9 months 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.