-
Notifications
You must be signed in to change notification settings - Fork 0
/
pptbib.tex
114 lines (75 loc) · 2.01 KB
/
pptbib.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
\ExecuteOptions{letterpaper,oneside,12pt,onecolumn,final,openany}
\documentclass[12pt]{drexelthesis}
\usepackage[numbers]{natbib}
\usepackage{amssymb}
\usepackage{siunitx}
\usepackage{placeins}
\usepackage{textcomp}
\let\Oldsection\section
\renewcommand{\section}{\FloatBarrier\Oldsection}
\let\Oldsubsection\subsection
\renewcommand{\subsection}{\FloatBarrier\Oldsubsection}
\let\Oldsubsubsection\subsubsection
\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{listings}
\graphicspath{{images/}}
\title{Automated Conversion of 3D Point Clouds to Solid Geometrical Computer Models}
\author{Matthew S.~Brown}
\advisor{Antonios~Kontsos, Ph.~D.~}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cite{RN29}
\cite{RN40}
\cite{RN30}
\cite{RN31}
% Sfm
\cite{RN20}
\cite{sift}
\cite{surf}
%Active collection
\cite{basic-measurement-principles}
%brep/nurbs
\cite{Stroud2006}
% ISS and RANSAC
\cite{RN60}
\cite{ransac1}
% Delaunay Triangulation
\cite{RN33}
%advancing front
\cite{RN66}
% scale space
\cite{ballpivot}
\cite{RN67}
%hole filling
\cite{meshrefinement}
\cite{meshfairing}
\cite{laplacianimage}
%Voronoi relaxation
\cite{RN61}
%odt
\cite{ODT}
%perturbation
\cite{RN63}
%exudation
\cite{RN64}
% CNN
\cite{RN8}
\cite{RN72}
% fairing
\cite{RN44}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagebreak
\addcontentsline{toc}{chapter}{Bibliography}
\begin{spacing}{1.0}
\bibliographystyle{IEEEtranN}
\bibliography{references}
\end{spacing}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\thispagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}