-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,14 +70,46 @@ | |
|
||
\author{ | ||
Aurimas Blažulionis (2069871)\\ | ||
Alexander Krull\\ | ||
\texttt{[email protected]} | ||
Supervised by Alexander Krull | ||
} | ||
|
||
\title{Optical Flow Processing Stack and Use of MPEG Motion Vectors} | ||
|
||
\begin {document} | ||
\maketitle | ||
|
||
\thispagestyle{empty} | ||
|
||
\vspace*{1cm} | ||
|
||
\begin{centering} | ||
|
||
\includegraphics[width=500pt]{docs/report/uob.jpg} | ||
|
||
\Huge{Optical Flow Processing Stack} | ||
|
||
\huge{and} | ||
|
||
\huge{Use of MPEG Motion Vectors} | ||
|
||
\end{centering} | ||
|
||
\vfill | ||
|
||
{ | ||
|
||
\Large{By Aurimas Blažulionis (2069871)} | ||
|
||
\Large{Supervised by Alexander Krull} | ||
|
||
\Large{4436 - BSc Computer Science FT} | ||
|
||
\Large{\today} | ||
|
||
} | ||
|
||
\vspace*{0.2cm} | ||
|
||
\clearpage | ||
|
||
\section*{Abstract} | ||
|
||
|
@@ -1185,7 +1217,7 @@ \chapter*{Appendix B} | |
|
||
\section*{Example configurations} | ||
|
||
Download core samples from Google Drive\footnote{https://drive.google.com/drive/folders/1i4sPhfbvCzV6b0r5iiUEnGVXmX1XkwMq}, and extract \texttt{samples.zip}\footnote{sha256 - 0d6ce3141ef33b320a9c243389a991184927da792a274a46953ee97af9a3adee} in the project root under \texttt{samples} directory. Raw detection sample was large, thus it has been separated into \texttt{cctv.h264} file\footnote{sha256 - 9fd17d015924538c140f9ee478bdbfc5233f6c948ff134d2f31415e795da9b66}. Place it in \texttt{samples/detection} directory. Locations are important, because predefined configs reference paths relative to current working directory. | ||
Download core samples from Google Drive\footnote{https://drive.google.com/drive/folders/1i4sPhfbvCzV6b0r5iiUEnGVXmX1XkwMq}, and extract \texttt{samples.zip}\footnote{sha256 - c1a27a0716b5633792afca7c1a032dcc9c15c8f7153a03e8d5206e1d86379896} in the project root under \texttt{samples} directory. Raw detection sample was large, thus it has been separated into \texttt{cctv.h264} file\footnote{sha256 - 9fd17d015924538c140f9ee478bdbfc5233f6c948ff134d2f31415e795da9b66}. Place it in \texttt{samples/detection} directory. Locations are important, because predefined configs reference paths relative to current working directory. | ||
|
||
\subsection*{Detection configurations} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.