Skip to content

Commit

Permalink
Merge pull request #71 from master-csmi/v1-report-presentation
Browse files Browse the repository at this point in the history
V1 report presentation
  • Loading branch information
giuliocrp authored Apr 23, 2024
2 parents 17772f2 + 6bee188 commit 680c1a3
Show file tree
Hide file tree
Showing 16 changed files with 331 additions and 88 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.stl filter=lfs diff=lfs merge=lfs -text
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV TZ=Europe/Paris

# Install system dependencies
RUN apt-get update && apt-get install -y \
wget \
build-essential \
cmake \
git \
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"longitude": 7.75455
},
"new_query": true,
"LOD": 0,
"LOD": 1,
"KNN_dist": 50,
"output_name": "republique"
}
Binary file removed images/LOD0.png
Binary file not shown.
Binary file removed images/LOD1.png
Binary file not shown.
Binary file removed images/LOD2.png
Binary file not shown.
Binary file added images/lod0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lod1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lod2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lod3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mesh_vs_overpass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/republic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/republic_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/republic_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 39 additions & 3 deletions references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,53 @@ @misc{youtube_video1
howpublished = {\url{https://www.youtube.com/watch?v=IJoj7Knm-uA}}
}

@misc{off_format,
@article{off_format,
author = {{Wikipedia}},
title = {{OFF (file format) - Wikipedia}},
year = {2023},
year = {2024},
howpublished = {\url{https://en.wikipedia.org/wiki/OFF_(file_format)}}
}

@article{stl_format,
author = {{Wikipedia}},
title = {{STL (file format) - Wikipedia}},
year = {2023},
howpublished = {\url{https://en.wikipedia.org/wiki/STL_(file_format)}}
}

@manual{cgal_alpha_wrapper,
author = {{Pierre Alliez, David Cohen-Steiner, Michael Hemmer, Cédric Portaneri, Mael Rouxel-Labbé}},
title = {{CGAL 5.6.1 - 3D Alpha Wrapping}},
year = {2024},
howpublished = {\url{https://doc.cgal.org/latest/Alpha_wrap_3/index.html}}

}
}

@article{wgs84,
author = {{Wikipedia}},
howpublished = {\url{https://en.wikipedia.org/wiki/World_Geodetic_System#WGS_84}},
title = {{World Geodetic System}},
year = {2024}
}

@misc{wgs84_to_cartesian,
author = {{Christian Berger}},
howpublished = {\url{https://github.com/chrberger/WGS84toCartesian?tab=readme-ov-file}},
title = {{WGS84toCartesian}},
year = {2021}
}

@article{k-NN,
author = {{Wikipedia}},
howpublished = {\url{https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm}},
title = {{K-nearest neighbors algorithm}},
year = {2024}
}

@article{mercator-proj,
author = {{Wikipedia}},
title = {{Mercator projection}},
journal = {Wikipedia},
year = {2024},
howpublished = {\url{https://en.wikipedia.org/wiki/Mercator_projection}}
}
Loading

0 comments on commit 680c1a3

Please sign in to comment.