3D Geodata Academy

Python

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 »

3D point cloud labeling pipeline turning phone photos into semantically labeled 3D scenes with Python

3D Point Cloud Labeling from Photos with Python (and why AI can’t design it for you)

A complete Python pipeline for 3D point cloud labeling from phone photos using interactive painting, pinhole projection, and KD-tree fusion — no GPU required.

3D Point Cloud Labeling from Photos with Python (and why AI can’t design it for you) Read More »

Scroll to Top