This repository contains the code examples of my medium tutorial "Point Cloud Processing".
"Point Cloud Processing" tutorial is beginner-friendly in which we will simply introduce the point cloud processing pipeline from data preparation to data segmentation and classification.
In this repository you will find:
data folder:
Includes the input files that are used for demonstration.
output folder:
Includes some saved output data.
introduction folder:
includes the examples of the first tutorial: Introduction to Point Cloud Processing.
pointcloudfromdepth folder:
includes the examples of the second tutorial: Point cloud computing from RGB-D images.
grounddetection folder:
Includes the examples of the third tutorial: [Understand point clouds: a simple ground detection algorithm]()
preprocessing folder:
Includes the examples of the 4th tutorial: Point Cloud Filtering in Python.
segmentation folder:
Includes the examples of the 5th tutorial: Point Cloud Segmentation in Python.