DESCRIPTION
usage: pyssim [-h] [--cw] [--width WIDTH] [--height HEIGHT]- image1.png image path with* or image2.png
Compares an image with a list of images using the SSIM metric.
- Example:
- pyssim test-images/test1-1.png "test-images/*"
positional arguments:
- image1.png image path with* or image2.png
optional arguments:
- -h, --help
- show this help message and exit
- --cw
- compute the complex wavelet SSIM
- --width WIDTH
- scales the image before computing SSIM
- --height HEIGHT
- scales the image before computing SSIM