1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH PYSSIM "1" "June 2016" "pyssim 0.2" "User Commands"
.SH NAME
pyssim \- Tool computing the Structural Similarity Image Metric (SSIM)
.SH DESCRIPTION
usage: pyssim [\-h] [\-\-cw] [\-\-width WIDTH] [\-\-height HEIGHT]
.IP
image1.png image path with* or image2.png
.PP
Compares an image with a list of images using the SSIM metric.
.IP
Example:
.IP
pyssim test\-images/test1\-1.png "test\-images/*"
.SS "positional arguments:"
.IP
image1.png
image path with* or image2.png
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-cw\fR
compute the complex wavelet SSIM
.TP
\fB\-\-width\fR WIDTH
scales the image before computing SSIM
.TP
\fB\-\-height\fR HEIGHT
scales the image before computing SSIM
.SH "SEE ALSO"
The full documentation for
.B pyssim
is maintained as a Texinfo manual. If the
.B info
and
.B pyssim
programs are properly installed at your site, the command
.IP
.B info pyssim
.PP
should give you access to the complete manual.
|