-
Notifications
You must be signed in to change notification settings - Fork 4
/
OctreeLOD.tex
94 lines (73 loc) · 3.27 KB
/
OctreeLOD.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
%% ---------------------------------------------------------------------
%% Copyright 2014, Thales, IGN, Rémi Cura
%%
%% This file is the main file for the project of the short article on octree LOD
%% ---------------------------------------------------------------------
%% Inserting the settings and packages
\input{./src/settings.tex}
%opening
\title{ Implicit Level Of Detail for processing, visualisation and classification in Point Cloud Servers}
%A Simple Ordering Solution for Efficient Geometrical Level Of Details on Lidar Point Clou d
\author{Rémi Cura $^{AB}$, Julien Perret $^A$, Nicolas Paparoditis $^A$}
\address{ $^A$ Universite Paris-Est, IGN, SRIG, COGIT \& MATIS, 73 avenue de Paris, 94160 Saint Mande, France\\
first\_name.last\[email protected]
\\$^B$ Thales Training \& Simulation SAS, 1 rue du Général de Gaulle 95523 Cergy-Pontoise, France}
\keywords{RDBMS, point cloud, point cloud management, point cloud processing, filtering, indexing, compression, point cloud storage, point cloud I/O, point cloud generalisation, patch, point grouping, classification, multiscale dimensionality descriptor, preprocessing, LOD, Level Of Detail}
\begin{document}
%\tableofcontents
%remarques de Gildas :
%limitation ordering : le fait de stocker les points selon MidOc est très dommageable pour la localité des données, ce qui peut avoir un impact fort sur les accès mémoire.
%\\
%Le fait qu'on a déjà une acceleration spatiale sur les patch, et que donc on n en a pas besoin au niveau point n'est pas clair
%\\
%la partie sur la construction d'octree n'est pas forcément necessaire. Il faudrait mettre une grosse ref pour montrer qu'il y a eu enormement de travail dessus.
%\\
%Pour l'utilisation des LOD pour de la visu, il faudrait préciser que les critères peuvent être subtiles/visuel (par exemple screen space error : on fait le rendu, on mesure la taille de l'objet, puis on décide le niveau). Il faudrait préciser que ceci est compatible avec la methode proposée.
%\\
%Dans la conclusion, il faudrait parler de l'utilisation de niveaux de détails continus.
\maketitle
%% Inserting the abstract
\input{./src/abstract.tex}
% \newpage
%% Inserting the introduction
\input{./src/introduction.tex}
% \newpage
%% Inserting the Method part
\input{./src/method.tex}
% \newpage
%% Inserting the Result part
\input{./src/result.tex}
% \newpage
%% Inserting the Result part
\input{./src/discussion.tex}
% \newpage
%% Inserting the conclusion
\input{./src/conclusion.tex}
% \newpage
%% Inserting the illustration for end of paper
% \input{./src/illustration.tex}
% \newpage
% %Note : to generate up to date biblio: go to zotero, select all library, the right click and export as better bibtex, save a cura2014 in the root folder.
% \section{bibliography}
% \bibliography{In Base Processing with a Point Cloud Server}
\bibliography{./OctreeLOD}
%%%%
%% Inserting the todos if in proofreading mode
% \begin{proofreading}
%
% %%% Inserting the annexe, contains supp. mat. that must be choosed
% % \input{./src/annexe.tex}
% % \newpage
%
%
% %% Inserting the todo list of remaining stuff
% % %manual general todo (top down)
% \newpage
% \input{./src/todo.tex}
% % %automatic precise todo (bottom up)
% \newpage
% \todototoc
% \listoftodos
%
% \end{proofreading}
\end{document}