|
29 | 29 | { "effort": "Compression effort parameter" }, |
30 | 30 | { "quality": "Compression quality parameter" }, |
31 | 31 | { |
32 | | - "psnr": "Quality metric Peak Signal-to-Noise Ratio. See https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio. Warning: There is no scientific consensus on which objective quality metric to use." |
| 32 | + "psnr": "Distortion metric Peak Signal-to-Noise Ratio. See https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio. Warning: There is no scientific consensus on which objective distortion metric to use." |
33 | 33 | }, |
34 | 34 | { |
35 | | - "ssim": "Quality metric Structural Similarity Index Measure. See https://en.wikipedia.org/wiki/Structural_similarity. Warning: There is no scientific consensus on which objective quality metric to use." |
| 35 | + "ssim": "Distortion metric Structural Similarity Index Measure. See https://en.wikipedia.org/wiki/Structural_similarity. Warning: There is no scientific consensus on which objective distortion metric to use." |
36 | 36 | }, |
37 | 37 | { |
38 | | - "msssim": "Quality metric Multi-Scale Structural Similarity Index Measure. See https://en.wikipedia.org/wiki/Structural_similarity#Multi-Scale_SSIM. Warning: There is no scientific consensus on which objective quality metric to use." |
| 38 | + "msssim": "Distortion metric Multi-Scale Structural Similarity Index Measure. See https://en.wikipedia.org/wiki/Structural_similarity#Multi-Scale_SSIM. Warning: There is no scientific consensus on which objective distortion metric to use." |
39 | 39 | }, |
40 | 40 | { |
41 | | - "butteraugli": "Quality metric Butteraugli. See https://en.wikipedia.org/wiki/Guetzli#Butteraugli. Warning: There is no scientific consensus on which objective quality metric to use." |
| 41 | + "butteraugli": "Distortion metric Butteraugli. See https://en.wikipedia.org/wiki/Guetzli#Butteraugli. Warning: There is no scientific consensus on which objective distortion metric to use." |
42 | 42 | }, |
43 | 43 | { |
44 | | - "ciede2000": "Quality metric CIEDE 2000. See https://en.wikipedia.org/wiki/Color_difference#CIEDE2000. Warning: There is no scientific consensus on which objective quality metric to use." |
| 44 | + "ciede2000": "Distortion metric CIEDE 2000. See https://en.wikipedia.org/wiki/Color_difference#CIEDE2000. Warning: There is no scientific consensus on which objective distortion metric to use." |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "encoding_time": "Encoding duration in seconds. Warning: Timings are environment-dependent and inaccurate." |
|
50 | 50 | "decoding_time": "Decoding duration in seconds. Warning: Timings are environment-dependent and inaccurate." |
51 | 51 | }, |
52 | 52 | { |
53 | | - "ssimulacra": "Quality metric SSIMULACRA. See https://github.com/cloudinary/ssimulacra. Warning: There is no scientific consensus on which objective quality metric to use." |
| 53 | + "ssimulacra": "Distortion metric SSIMULACRA. See https://github.com/cloudinary/ssimulacra. Warning: There is no scientific consensus on which objective distortion metric to use." |
54 | 54 | }, |
55 | 55 | { "encoded_size": "Size of the encoded image file in bytes" }, |
56 | 56 | { |
57 | | - "lpips": "Learned Perceptual Image Patch Similarity. See https://arxiv.org/abs/1801.03924. Warning: There is no scientific consensus on which objective quality metric to use." |
| 57 | + "lpips": "Learned Perceptual Image Patch Similarity. See https://arxiv.org/abs/1801.03924. Warning: There is no scientific consensus on which objective distortion metric to use." |
58 | 58 | }, |
59 | 59 | { |
60 | | - "flip": "Difference evaluator for alternating images. See https://research.nvidia.com/publication/2020-07_lip-difference-evaluator-alternating-images. Warning: There is no scientific consensus on which objective quality metric to use." |
| 60 | + "flip": "Difference evaluator for alternating images. See https://research.nvidia.com/publication/2020-07_lip-difference-evaluator-alternating-images. Warning: There is no scientific consensus on which objective distortion metric to use." |
61 | 61 | } |
62 | 62 | ], |
63 | 63 | "field_values": [ |
|
0 commit comments