Skip to content

Commit a739d6e

Browse files
minhduy13lysantiviquez
authored andcommitted
update second page of PSNR
1 parent 05703a5 commit a739d6e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

book/6-computer-vision.tex

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,28 @@ \subsection{Peak Signal-to-Noise Ratio}
7676
\item PSNR is sensitive to even small global changes in lighting, contrast, or color.
7777
}
7878

79+
\clearpage
80+
81+
\thispagestyle{customstyle}
82+
83+
84+
\begin{figure*}[ht!]
85+
\centering
86+
\includegraphics[width=0.6\textwidth]{figures/PSNR_plot.png}
87+
% \caption{Caption}
88+
\label{PSNR plot}
89+
\end{figure*}
90+
91+
92+
\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.
93+
\textbf{Right:} Illustration of how strong noise signals have been added to the original image.
94+
95+
\vspace{-10pt}
96+
97+
\orangebox{Did you know that...}
98+
{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.}
99+
100+
79101

80102
\textbf{Other related metrics}
81103

book/figures/PSNR_plot.png

1.43 MB
Loading

0 commit comments

Comments
 (0)