Skip to content

Commit d8c36bc

Browse files
committed
Update report
1 parent c95f77f commit d8c36bc

File tree

7 files changed

+39
-7
lines changed

7 files changed

+39
-7
lines changed

report/Report.pdf

8.01 MB
Binary file not shown.

report/images/task2-sub.png

1.69 MB
Loading

report/images/task2-sub2.png

1.99 MB
Loading

report/images/task3-sub.png

1.7 MB
Loading

report/images/task3-sub2.png

2 MB
Loading

report/images/task5_video.png

2.59 KB
Loading

report/main.tex

+39-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%\usepackage{parskip}
1818
\usepackage{svg}
1919
\usepackage{geometry}
20-
\renewcommand{\baselinestretch}{1.15}
20+
%\renewcommand{\baselinestretch}{1.15}
2121
\usepackage{changepage}
2222

2323
\usepackage{tikz}
@@ -597,17 +597,32 @@ \subsection{Implementation}
597597
\subsection{Evaluation}
598598
\subsubsection{Objective}
599599

600+
\figref{task2} checks the PSNR values according to the number of bits of videos per second for task 2. As we can see higher bps values lead to higher PSNR values and so on higher video quality. The reason for that is similar to our explanation for task 1. When we have higher bps values, it means that each second contains more frames so the noise will affect the lower portion of frames.
601+
600602
\begin{figure}[H]
601603
\centering
602604
\includegraphics[width=\textwidth]{Project/images/task2.png}
603605
\caption{Rate-Distortion Curve (PSNR vs. BitsPerSecond)}
604606
\label{fig:task2}
605607
\end{figure}
606608

607-
\figref{task2} checks the PSNR values according to the number of bits of videos per second for task 2. As we can see higher bps values lead to higher PSNR values and so on higher video quality. The reason for that is similar to our explanation for task 1. When we have higher bps values, it means that each second contains more frames so the noise will affect the lower portion of frames.
609+
\subsubsection{Subjective}
608610

611+
We have taken two frames from the video and compared them. The compressed images are less sharp than the original, but still of good quality.
609612

613+
\begin{figure}[H]
614+
\centering
615+
\includegraphics[width=\textwidth]{Project/images/task2-sub.png}
616+
\caption{Frame from the original video (left) vs compressed video (right)}
617+
\label{fig:task2-sub}
618+
\end{figure}
610619

620+
\begin{figure}[H]
621+
\centering
622+
\includegraphics[width=\textwidth]{Project/images/task2-sub2.png}
623+
\caption{Frame from the original video (left) vs compressed video (right)}
624+
\label{fig:task2-sub2}
625+
\end{figure}
611626

612627
\section{Task 3}
613628
\subsection{Description}
@@ -622,15 +637,32 @@ \subsection{Implementation}
622637
\subsection{Evaluation}
623638
\subsubsection{Objective}
624639

640+
\figref{task3} checks the PSNR values according to the number of bits of videos per second for task 3. As we can see higher bps values lead to higher PSNR values and so on higher video quality. The reason for that can be considered the same as our explanation for task 2.
641+
625642
\begin{figure}[H]
626643
\centering
627644
\includegraphics[width=\textwidth]{Project/images/task3.png}
628645
\caption{Rate-Distortion Curve (PSNR vs. BitsPerSecond)}
629646
\label{fig:task3}
630647
\end{figure}
631648

632-
\figref{task3} checks the PSNR values according to the number of bits of videos per second for task 3. As we can see higher bps values lead to higher PSNR values and so on higher video quality. The reason for that can be considered the same as our explanation for task 2.
649+
\subsubsection{Subjective}
633650

651+
We have taken two frames from the video and compared them. The compressed images are less sharp than the original, but still of good quality.
652+
653+
\begin{figure}[H]
654+
\centering
655+
\includegraphics[width=\textwidth]{Project/images/task3-sub.png}
656+
\caption{Frame from the original video (left) vs compressed video (right)}
657+
\label{fig:task3-sub}
658+
\end{figure}
659+
660+
\begin{figure}[H]
661+
\centering
662+
\includegraphics[width=\textwidth]{Project/images/task3-sub2.png}
663+
\caption{Frame from the original video (left) vs compressed video (right)}
664+
\label{fig:task3-sub2}
665+
\end{figure}
634666

635667
\section{Task 5}
636668
\subsection{Description}
@@ -645,15 +677,17 @@ \subsection{Implementation}
645677
\subsection{Evaluation}
646678
\subsubsection{Objective}
647679

680+
As \figref{task5img} shows JPEG2000 gives always better PSNR values. The second position belongs to JPEG and the last one belongs to our implementation. But as you can see there is only a little difference between JPEG and our implementation.
681+
682+
648683
\begin{figure}[H]
649684
\centering
650685
\includegraphics[width=\textwidth]{Project/images/task5_image.png}
651686
\caption{Rate-Distortion Curve (PSNR vs. File size)}
652687
\label{fig:task5img}
653688
\end{figure}
654689

655-
As \figref{task5img} shows JPEG2000 gives always better PSNR values. The second position belongs to JPEG and the last one belongs to our implementation. But as you can see there is only a little difference between JPEG and our implementation.
656-
690+
As \figref{task5vid} shows, H.265 always gives better PSNR values. Second place goes to H.264. Both codecs are much better than our implementations. Also, the task 3 codec gives better PSNR results than the task 2 codec for the same quantization scales.
657691

658692
\begin{figure}[H]
659693
\centering
@@ -662,8 +696,6 @@ \subsubsection{Objective}
662696
\label{fig:task5vid}
663697
\end{figure}
664698

665-
As \figref{task5vid} shows H.264 gives always better PSNR values. The second position belongs to H.265. Our implementation for task 2 gives better results for the videos which has bps higher than 500 while for bps lower than 500, task 3 implementation is better.
666-
667699
\subsubsection{Subjective}
668700

669701
\begin{figure}[H]

0 commit comments

Comments
 (0)