[CT404]: Update header

This commit is contained in:
2024-10-28 14:04:08 +00:00
parent 711cae330c
commit 6703a0884d
2 changed files with 7 additions and 5 deletions

View File

@ -63,7 +63,7 @@
\begin{center} \begin{center}
\hrule \hrule
\vspace*{0.6cm} \vspace*{0.6cm}
\censor{\huge \textbf{CT404}} \censor{\Huge \textsc{ct404}}
\vspace*{0.6cm} \vspace*{0.6cm}
\hrule \hrule
\LARGE \LARGE
@ -82,9 +82,11 @@
\vspace{0.4em} \vspace{0.4em}
\raggedright \raggedright
\normalsize \normalsize
Name: \censor{Andrew Hayes} \\ \begin{tabular}{@{}l l}
E-mail: \censor{\href{mailto://a.hayes18@universityofgalway.ie}{\texttt{a.hayes18@universityofgalway.ie}}} \hfill\\ Name: & Andrew Hayes \\
Student ID: \censor{21321503} \hfill Student ID: & 21321503 \\
E-mail: & \href{mailto://a.hayes18@universityofgalway.ie}{a.hayes18@universityofgalway.ie} \\
\end{tabular}
\end{minipage} \end{minipage}
\begin{minipage}{0.495\textwidth} \begin{minipage}{0.495\textwidth}
\raggedleft \raggedleft
@ -2033,7 +2035,7 @@ The \textbf{Harris corner detector} finds pixel values with large ``cornerness''
\begin{align*} \begin{align*}
\text{cornerness} =& \text{det}(Z) - k (\text{trace}(Z))^2 \\ \text{cornerness} =& \text{det}(Z) - k (\text{trace}(Z))^2 \\
=& z_x z_y - z_{xy}^2 - k (z_x + z_y)^2 \\ =& z_x z_y - z_{xy}^2 - k (z_x + z_y)^2 \\
=& \lambda_1 \lambda_2 - k(\lamda_1 + \lambda_2)^2 =& \lambda_1 \lambda_2 - k(\lambda_1 + \lambda_2)^2
\end{align*} \end{align*}
The \textbf{Tomasi-Kanade/Shi-Tomasi detector} finds pixel values with large ``cornerness'' defined as: The \textbf{Tomasi-Kanade/Shi-Tomasi detector} finds pixel values with large ``cornerness'' defined as: