-
Notifications
You must be signed in to change notification settings - Fork 1
/
computer_vision.tex
37 lines (32 loc) · 1.18 KB
/
computer_vision.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\documentclass[a4paper]{report}
\usepackage{lipsum}
\usepackage{tikzpagenodes}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,matrix}
\pgfplotsset{compat=1.8}
\usepackage{graphics} % for pdf, bitmapped graphics files
\usepackage{epsfig} % for postscript graphics files
\usepackage[colorlinks=true,citecolor=green]{hyperref}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{url}
\usepackage{cite}
\usepackage{bm}
\usepackage{pbox}
\usepackage{siunitx,booktabs,etoolbox}
\usepackage{ulem}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\chapter{Computer Vision}
\section{Computer vision resources}
\textcolor{blue}{computer vision course given at ETHZ}\\
\url{http://www.cvg.ethz.ch/teaching/2012fall/compvis/}
A \textsc{Matlab} implementation of essential matrix estimation, it should be noted that some key files are missing.
\url{https://se.mathworks.com/matlabcentral/fileexchange/67580-essential-matrix-estimation}.
\bibliographystyle{ieeetr}
\end{document}