You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: report/main.tex
+39-7
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
%\usepackage{parskip}
18
18
\usepackage{svg}
19
19
\usepackage{geometry}
20
-
\renewcommand{\baselinestretch}{1.15}
20
+
%\renewcommand{\baselinestretch}{1.15}
21
21
\usepackage{changepage}
22
22
23
23
\usepackage{tikz}
@@ -597,17 +597,32 @@ \subsection{Implementation}
597
597
\subsection{Evaluation}
598
598
\subsubsection{Objective}
599
599
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.
\caption{Rate-Distortion Curve (PSNR vs. BitsPerSecond)}
604
606
\label{fig:task2}
605
607
\end{figure}
606
608
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}
608
610
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.
\caption{Frame from the original video (left) vs compressed video (right)}
624
+
\label{fig:task2-sub2}
625
+
\end{figure}
611
626
612
627
\section{Task 3}
613
628
\subsection{Description}
@@ -622,15 +637,32 @@ \subsection{Implementation}
622
637
\subsection{Evaluation}
623
638
\subsubsection{Objective}
624
639
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.
\caption{Rate-Distortion Curve (PSNR vs. BitsPerSecond)}
629
646
\label{fig:task3}
630
647
\end{figure}
631
648
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}
633
650
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.
\caption{Frame from the original video (left) vs compressed video (right)}
664
+
\label{fig:task3-sub2}
665
+
\end{figure}
634
666
635
667
\section{Task 5}
636
668
\subsection{Description}
@@ -645,15 +677,17 @@ \subsection{Implementation}
645
677
\subsection{Evaluation}
646
678
\subsubsection{Objective}
647
679
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.
\caption{Rate-Distortion Curve (PSNR vs. File size)}
652
687
\label{fig:task5img}
653
688
\end{figure}
654
689
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.
657
691
658
692
\begin{figure}[H]
659
693
\centering
@@ -662,8 +696,6 @@ \subsubsection{Objective}
662
696
\label{fig:task5vid}
663
697
\end{figure}
664
698
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.
0 commit comments