add link to SSIM description on Wikipedia

+ a brief description of LSIM

Change-Id: I4344f3e3b28d8bc4109b729dec9000e9c8fcbdbb
This commit is contained in:
skal 2013-01-18 13:13:56 +01:00
parent 18e9167ea6
commit d8f21e0bab

View File

@ -190,10 +190,12 @@ Print extra information (encoding time in particular).
Compute and report average PSNR (Peak-Signal-To-Noise ratio). Compute and report average PSNR (Peak-Signal-To-Noise ratio).
.TP .TP
.B \-print_ssim .B \-print_ssim
Compute and report average SSIM (structural similarity metric) Compute and report average SSIM (structural similarity
metric, see http://en.wikipedia.org/wiki/SSIM for additional details).
.TP .TP
.B \-print_lsim .B \-print_lsim
Compute and report local similarity metric. Compute and report local similarity metric (sum of lowest error amongst the
collocated pixel neighbors).
.TP .TP
.B \-progress .B \-progress
Report encoding progress in percent. Report encoding progress in percent.