Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.