All Projects → ProjSEED → lodToolkit

ProjSEED / lodToolkit

Licence: MIT license
level-of-details toolkit(LTK). Convert osgb lod tree to 3mx tree. Convert pointcloud in ply/las/laz/xyz to 3mx/osgb tree.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to lodToolkit

osgPlugins-3mx
Load 3MX/3MXB format LOD model files generated by Bentley ContextCapture into OpenSceneGraph
Stars: ✭ 17 (-79.01%)
Mutual labels:  openscenegraph, photogrammetry, osg, 3d-model, level-of-details, contextcapture, 3mx, bentley-contextcapture
lt-mapper
A Modular Framework for LiDAR-based Lifelong Mapping
Stars: ✭ 301 (+271.6%)
Mutual labels:  lidar, pointcloud
Openscenegraph
OpenSceneGraph git repository
Stars: ✭ 2,321 (+2765.43%)
Mutual labels:  openscenegraph, osg
PointPainting
This repository is an open-source PointPainting package which is easy to understand, deploy and run!
Stars: ✭ 152 (+87.65%)
Mutual labels:  lidar, pointcloud
Mvstudio
An integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution.
Stars: ✭ 154 (+90.12%)
Mutual labels:  photogrammetry, pointcloud
QtOSG
A proof-of-concept widget for integrating Qt and OpenSceneGraph in a thread-safe manner
Stars: ✭ 103 (+27.16%)
Mutual labels:  openscenegraph, osg
continuous-fusion
(ROS) Sensor fusion algorithm for camera+lidar.
Stars: ✭ 26 (-67.9%)
Mutual labels:  lidar, pointcloud
Las Rs
Read and write ASPRS las files, Rust edition.
Stars: ✭ 27 (-66.67%)
Mutual labels:  lidar, pointcloud
Loam noted
loam code noted in Chinese(loam中文注解版)
Stars: ✭ 455 (+461.73%)
Mutual labels:  lidar, pointcloud
Sc Lego Loam
LiDAR SLAM: Scan Context + LeGO-LOAM
Stars: ✭ 332 (+309.88%)
Mutual labels:  lidar, pointcloud
Sensaturban
🔥Urban-scale point cloud dataset (CVPR 2021)
Stars: ✭ 135 (+66.67%)
Mutual labels:  photogrammetry, pointcloud
Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (+91.36%)
Mutual labels:  lidar, pointcloud
lopocs
Migrated to: https://gitlab.com/Oslandia/lopocs
Stars: ✭ 78 (-3.7%)
Mutual labels:  lidar, pointcloud
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+167.9%)
Mutual labels:  lidar, pointcloud
Loam velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Stars: ✭ 1,135 (+1301.23%)
Mutual labels:  lidar, pointcloud
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+28.4%)
Mutual labels:  lidar, pointcloud
Spvnas
[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
Stars: ✭ 239 (+195.06%)
Mutual labels:  lidar
global l0
Global L0 algorithm for regularity-constrained plane fitting
Stars: ✭ 45 (-44.44%)
Mutual labels:  pointcloud
Ilcc
Intensity-based_Lidar_Camera_Calibration
Stars: ✭ 231 (+185.19%)
Mutual labels:  lidar
Pclpy
Python bindings for the Point Cloud Library (PCL)
Stars: ✭ 212 (+161.73%)
Mutual labels:  lidar

lodToolkit

  • level-of-details toolkit(LTK)

App

osgbTo3mx

  • Convert osgb lod tree to Bentley ContextCapture 3mx tree.

pointcloudToLod

  • Convert point cloud in ply/las/laz/xyz format to osgb/3mx lod tree, so that the point cloud could be loaded instantly.
  • This program could handle extremely large point cloud as ply/las/laz/xyz file is streaming to the convertor.

NOTE: Official 3mx does NOT support pointcloud, this project extended 3mx to make it happen. Please read the doc for details.

meshToLod (WIP)

  • Convert mesh in obj format to osgb/3mx lod tree, so that the mesh could be loaded instantly.
  • This program only support obj format mesh with group info, each group will be a tile in the lod tree.

avatar

Doc

Pre-build

Related project

  • osgPlugins-3mx: load 3mx/3mxb format LOD model(support both mesh and pointcloud) files into OpenSceneGraph.
  • Unity-3mxb: load 3mx/3mxb LOD model(support both mesh and pointcloud) files into Unity.
  • MiaokitJS: load 3mx/3mxb LOD model files into Web browser.

Thirdparty (source codes included for convenience):

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].