Skip to content

Commit efd8972

Browse files
minhduy13lysantiviquez
authored andcommitted
Update the image source for PSNR page
1 parent 988c9e8 commit efd8972

File tree

3 files changed

+43
-41
lines changed

3 files changed

+43
-41
lines changed

book/6-computer-vision.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,18 @@ \subsection{Peak Signal-to-Noise Ratio}
9191

9292
\textbf{Figure 7.1 Image with different PSNR.} Demonstrates noisy images with their corresponding PSNR values compared to the original ones. \textbf{Left:} Original image and its noisy version.
9393
\textbf{Right:} Illustration of how strong noise signals have been added to the original image.
94-
95-
\vspace{-10pt}
94+
The color image is from the popular \href{https://data.vision.ee.ethz.ch/cvl/DIV2K/}{DIV2K} dataset.
95+
\vspace{-12pt}
9696

9797
\orangebox{Did you know that...}
9898
{PSNR is not just for images; it can be applied to \textbf{video, audio, or even signal processing}. Anytime we want to measure the quality of \textbf{reconstructed} signal compared to the \textbf{original}, PSNR could be considered.}
9999

100-
100+
\vspace{-5pt}
101101

102102
\textbf{Other related metrics}
103103

104+
\vspace{-5pt}
105+
104106
Modern computer vision problems often focus on generating likely realistic images that are perceptually pleasing to humans, rather than strictly matching the
105107
target image pixel by pixel. Therefore, PSNR is typically used in conjunction with other modern metrics like Fréchet Inception Distance (FID) or Inception Score (IS).
106108

book/figures/DIV2K_0803.png

3.44 MB
Loading

notebooks/psnr_plot.ipynb

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)