mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
add LSIM metric to WebPPictureDistortion()
LSIM stands for "local similarity": before matching a compressed pixel to the source, we search around in the source and minimise the squared error. So, this is close to PSNR calculation, but mitigates some of its limitations (pure translation and noise for instance). There's a new -print_lsim option to cwebp too. Change-Id: Ia38561034c7a90e71d2ea0f55bb1de527eda245b
This commit is contained in:
3
README
3
README
@ -158,8 +158,9 @@ options:
|
||||
-crop <x> <y> <w> <h> .. crop picture with the given rectangle
|
||||
-resize <w> <h> ........ resize picture (after any cropping)
|
||||
-map <int> ............. print map of extra info.
|
||||
-print_ssim ............ prints averaged SSIM distortion.
|
||||
-print_psnr ............ prints averaged PSNR distortion.
|
||||
-print_ssim ............ prints averaged SSIM distortion.
|
||||
-print_lsim ............ prints local-similarity distortion.
|
||||
-d <file.pgm> .......... dump the compressed output (PGM file).
|
||||
-alpha_method <int> .... Transparency-compression method (0..1)
|
||||
-alpha_filter <string> . predictive filtering for alpha plane.
|
||||
|
Reference in New Issue
Block a user