3D Geodata Academy

Point Cloud Processing

The craft of turning billions of points into structured knowledge. Filtering, segmentation, clustering, and feature extraction workflows, all with hands-on Python code.

Dr. Florent Poux

Curated by Dr. Florent Poux

17 in-depth guides

Point Cloud Processing

The craft of turning billions of points into structured knowledge. Filtering, segmentation, clustering, and feature extraction workflows, all with hands-on Python code.

Point cloud level of detail: octree render, coarse to fine

Point Cloud Level of Detail in Python: Octrees, Frustum Culling, and Out-of-Core Rendering

A cloud bigger than your memory still spins at sixty frames a second. The trick is the one your maps app already plays on you: a pyramid of pre-cut tiles, called an octree, that loads detail only where you are looking. Here is the full machinery, with a runnable Python demo.

Point Cloud Level of Detail in Python: Octrees, Frustum Culling, and Out-of-Core Rendering Read More »

Synthetic Point Cloud Generation of Rooms: Complete 3D Python Tutorial

This tutorial teaches you how to develop a Synthetic point cloud generation engine in Python using NumPy and Open3D, enabling the creation of unlimited labeled 3D data for machine learning. By automating the process, you can save time, reduce costs, and generate realistic training datasets without expensive equipment or manual labeling.

Synthetic Point Cloud Generation of Rooms: Complete 3D Python Tutorial Read More »

3D Mesh from Point Cloud: Python with Marching Cubes Tutorial

By Dr. Florent Poux, PhD in 3D geospatial sciences | Author, 3D Data Science with Python (O’Reilly) | Published 28 February 2025 This tutorial dives deep into the Marching Cubes algorithm, a powerful technique for meshing 3D point clouds using Python. We transform a point cloud into a 3D mesh, experiment with various parameters, and […]

3D Mesh from Point Cloud: Python with Marching Cubes Tutorial Read More »

3D Euclidean Clustering Tutorial Cover

Python Guide for Euclidean Clustering of 3D Point Clouds

By Dr. Florent Poux, PhD in 3D geospatial sciences | Author, 3D Data Science with Python (O’Reilly) | Published 29 November 2024 Python Tutorial for Euclidean Clustering of 3D Point Clouds with Graph Theory. Fundamental concepts and sequential workflow for unsupervised segmentation. As you are developing the next generation of AI systems, you face a […]

Python Guide for Euclidean Clustering of 3D Point Clouds Read More »

Scroll to Top