All Projects → libLAS → Liblas

libLAS / Liblas

Licence: other
C++ library and programs for reading and writing ASPRS LAS format with LiDAR data

Programming Languages

python
139335 projects - #7 most used programming language
cplusplus
227 projects

Projects that are alternatives of or similar to Liblas

Interactive slam
Interactive Map Correction for 3D Graph SLAM
Stars: ✭ 372 (+76.3%)
Mutual labels:  point-cloud, lidar
Hdl graph slam
3D LIDAR-based Graph SLAM
Stars: ✭ 945 (+347.87%)
Mutual labels:  point-cloud, lidar
Superpoint graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
Stars: ✭ 533 (+152.61%)
Mutual labels:  point-cloud, lidar
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (-50.71%)
Mutual labels:  point-cloud, lidar
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (-36.97%)
Mutual labels:  point-cloud, lidar
3d cnn tensorflow
KITTI data processing and 3D CNN for Vehicle Detection
Stars: ✭ 266 (+26.07%)
Mutual labels:  point-cloud, lidar
Lidar camera calibration
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
Stars: ✭ 734 (+247.87%)
Mutual labels:  point-cloud, lidar
FLAT
[ICCV2021 Oral] Fooling LiDAR by Attacking GPS Trajectory
Stars: ✭ 52 (-75.36%)
Mutual labels:  point-cloud, lidar
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+789.1%)
Mutual labels:  point-cloud, lidar
Laser Camera Calibration Toolbox
A Laser-Camera Calibration Toolbox extending from that at http://www.cs.cmu.edu/~ranjith/lcct.html
Stars: ✭ 99 (-53.08%)
Mutual labels:  point-cloud, lidar
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+2.84%)
Mutual labels:  point-cloud, lidar
Vision3d
Research platform for 3D object detection in PyTorch.
Stars: ✭ 177 (-16.11%)
Mutual labels:  point-cloud, lidar
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (-36.49%)
Mutual labels:  point-cloud, lidar
Lidr
R package for airborne LiDAR data manipulation and visualisation for forestry application
Stars: ✭ 310 (+46.92%)
Mutual labels:  point-cloud, lidar
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (-54.03%)
Mutual labels:  point-cloud, lidar
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+211.37%)
Mutual labels:  point-cloud, lidar
LiDAR fog sim
LiDAR fog simulation
Stars: ✭ 101 (-52.13%)
Mutual labels:  point-cloud, lidar
Python-for-Remote-Sensing
python codes for remote sensing applications will be uploaded here. I will try to teach everything I learn during my projects in here.
Stars: ✭ 20 (-90.52%)
Mutual labels:  point-cloud, lidar
Weakly Supervised 3d Object Detection
Weakly Supervised 3D Object Detection from Point Clouds (VS3D), ACM MM 2020
Stars: ✭ 61 (-71.09%)
Mutual labels:  point-cloud, lidar
Extrinsic lidar camera calibration
This is a package for extrinsic calibration between a 3D LiDAR and a camera, described in paper: Improvements to Target-Based 3D LiDAR to Camera Calibration. This package is used for Cassie Blue's 3D LiDAR semantic mapping and automation.
Stars: ✭ 149 (-29.38%)
Mutual labels:  point-cloud, lidar

libLAS

libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary file format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival.

libLAS supports the ASPRS LAS format specification versions: 1.0, 1.1, 1.2 and 1.3 (rudimentary support).

http://liblas.org

Build Status

Branch Travis CI AppVeyor Coverity
master master master coverity_scan

Building

Prerequisites:

  • C++03 compiler
  • CMake 2.8 or later
  • Boost C++ Libraries 1.42 or later
  • Libraries to enable detailed features: GDAL and PROJ4, libgeotiff, LASzip.
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].