choiseungmi
...@@ -64,14 +64,18 @@ Our Proposed Codec ...@@ -64,14 +64,18 @@ Our Proposed Codec
64 64
65 Performance Test 65 Performance Test
66 ------------- 66 -------------
67 -#### PSNR 67 +#### PSNR (Peak Signal to Noise Ratio)
68 ![ex_screenshot](./PSNR.png) 68 ![ex_screenshot](./PSNR.png)
69 -#### MS-SSIM 69 +#### MS-SSIM (multi-scale Structural SIMilarity)
70 +구조적 유사도 지수
70 #### BPP 71 #### BPP
71 (#압축에 사용된 전체 Bit 수) / (#전체 화소수) 72 (#압축에 사용된 전체 Bit 수) / (#전체 화소수)
72 #### RD-Curve 73 #### RD-Curve
73 -![anchor_curve](./RD_curve.PNG) 74 + MSE Curve | MS-SSIM Curve
74 -#### BD-rate 75 +:-------------------------:|:-------------------------:
76 +![anchor_curve](./RD_curve.PNG) | ![ms-ssim_curve](./RD_curve_msssim.PNG)
77 +#### BD-rate (Bjontegaard-Delta rate)
78 +
75 79
76 Code explanation 80 Code explanation
77 ------------- 81 -------------
......