All Projects → veraposeidon → Pointcloudvolumemeasure

veraposeidon / Pointcloudvolumemeasure

Licence: apache-2.0
点云测体积Demo:用Kinect+PCL点云库测量方体体积。

Projects that are alternatives of or similar to Pointcloudvolumemeasure

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:  pointcloud, pcl
3D object recognition
recognize and localize an object in 3D Point Cloud scene using VFH - SVMs based method and 3D-CNNs method
Stars: ✭ 91 (+12.35%)
Mutual labels:  pcl, pointcloud
Loam noted
loam code noted in Chinese(loam中文注解版)
Stars: ✭ 455 (+461.73%)
Mutual labels:  pointcloud, pcl
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+28.4%)
Mutual labels:  pcl, pointcloud
Pcl
Point Cloud Library (PCL)
Stars: ✭ 6,897 (+8414.81%)
Mutual labels:  pointcloud, pcl
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+732.1%)
Mutual labels:  pcl
Arpointcloud
A Basic Example Of Visualising Point Clouds In ARKit
Stars: ✭ 31 (-61.73%)
Mutual labels:  pointcloud
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+7480.25%)
Mutual labels:  pcl
Pointcloud ground detection
Stars: ✭ 28 (-65.43%)
Mutual labels:  pointcloud
Point2mesh
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
Stars: ✭ 514 (+534.57%)
Mutual labels:  pointcloud
Las Rs
Read and write ASPRS las files, Rust edition.
Stars: ✭ 27 (-66.67%)
Mutual labels:  pointcloud
Pointnet pointnet2 pytorch
PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
Stars: ✭ 714 (+781.48%)
Mutual labels:  pointcloud
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (-58.02%)
Mutual labels:  pcl
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+711.11%)
Mutual labels:  pcl
Grid map
Universal grid map library for mobile robotic mapping
Stars: ✭ 1,135 (+1301.23%)
Mutual labels:  pcl
Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+670.37%)
Mutual labels:  pcl
Markdownsharp.portable
Fork of MarkdownSharp with a focus on making it a portable class library (PCL).
Stars: ✭ 14 (-82.72%)
Mutual labels:  pcl
Pointcnn
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
Stars: ✭ 1,120 (+1282.72%)
Mutual labels:  pointcloud
Pavlos
A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.
Stars: ✭ 22 (-72.84%)
Mutual labels:  pcl
K4agrabber
Kinect Azure DK Grabber of PCL (Point Cloud Library).
Stars: ✭ 70 (-13.58%)
Mutual labels:  pcl

PointCloudVolumeMeasure

代码实现了Kinect V2 + PCL 实现简单地方体目标的体积测量。

驱动及PCL库安装

Windows10下配置KinectV2以支持OpenNI2和PCL

Ubuntu16.04下编译libfreenect2和PCL以支持KinectV2点云处理

流程

  1. 捕获点云 捕获点云
  2. 空间裁剪 空间裁剪
  3. 下采样 下采样
  4. 滤波 滤波
  5. 平面分割找地面 平面分割
  6. 平面分割找目标顶面
  7. 计算面积、高度及体积 GIF
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].