diff --git a/LICENSE.md b/LICENSE.md index e0a97f0..d6b4029 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,21 +1,7 @@ -===================================================================== - -Copyright 2023 Markus Schütz and Bernhard Kerbl +Copyright 2023 Markus Schütz and Lukas Herzberger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -===================================================================== - -Some files have special licenses, such as seascape.cu: - -/* - * "Seascape" by Alexander Alekseev aka TDM - 2014 - * License Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. - * Contact: tdmaav@gmail.com - */ - -===================================================================== \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 3d748da..2579094 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # SimLOD: Simultaneous LOD Generation and Rendering +Markus Schütz, Lukas Herzberger, Michael Wimmer + +Paper: "SimLOD: Simultaneous LOD Generation and Rendering". + +This project loads point clouds, creates an LOD structure on-the-fly, and immediatelly displays the results in real time. -This project loads point clouds, creates an LOD structure on-the-fly, and immediatelly displays the results in real time. This repository contains the source code for the paper "SimLOD: Simultaneous LOD Generation and Rendering". On an RTX 4090 and PCIe 5.0 SSD (12GB/s), we are able to load and real-time render point clouds at rates of about 200-300 million points per second (MP/s) from the LAS format, 30 MP/s from compressed LAZ files, and up to 580 MP/s from an optimal XYZRGBA(16bytes/point) format. @@ -66,7 +70,7 @@ During rendering, a CUDA kernel first computes a list of visible octree nodes. E #### Prebuilt windows binaries -* TODO: Add link to binary release. +* Prebuilt binaries are available at the release page: https://github.com/m-schuetz/SimLOD/releases/ #### Windows with Visual Studio 2022 @@ -119,6 +123,19 @@ cmake .. && make # Configure CMake and build the SimLOD target +## Data Sets + +Different subsets of San Simeon, specifically the Morro Bay area, are provided as test data. Each archive contains the same point cloud in las, laz and simlod formats. + +* Morro Bay (36M points) +* Morro Bay (73M points) +* Morro Bay (167M points) +* Morro Bay (350M points) + +The full San Simeon data set (18 billion points) is available at Open Topography: +
PG&E Diablo Canyon Power Plant (DCPP): San Simeon and Cambria Faults, CA. Distributed by OpenTopography. https://doi.org/10.5069/G9CN71V5 . Accessed: 2023-10-05
+
+ ## Bibtex @@ -135,6 +152,14 @@ cmake .. && make # Configure CMake and build the SimLOD target ## References -Most relevant related work - -* \ No newline at end of file +Most relevant related work: + +* WAND, MICHAEL, BERNER, ALEXANDER, BOKELOH, +MARTIN, et al. “Processing and interactive editing of huge point clouds +from 3D scanners”. Computers & Graphics 32.2 (2008), 204–220 2–4,10. +* GOBBETTI, ENRICO and MARTON, FABIO. “Layered Point +Clouds: A Simple and Efficient Multiresolution Structure for Distributing and Rendering Gigantic Point-sampled Models”. Comput. Graph. +28.6 (2004), 815–826 2, 3. +* SCHÜTZ, MARKUS, KERBL, BERNHARD, KLAUS, PHILIP, +and WIMMER, MICHAEL. GPU-Accelerated LOD Generation for Point +Clouds. Feb. 2023. \ No newline at end of file