This 3D Python tutorial targets 3D shape detection with RANSAC. We create a Python Solution that generates synthetic 3D shapes recognized in a 3D Point Cloud. We implement a RANSAC solution that takes in a minimal amount of parameters to create 3D meshes like spheres and planes recognized in the point cloud.
🐍 3D PYTHON SETUP
• I build 3D APPS with this SIMPLE Python St...
🍇 RESOURCES
https://learngeodata.eu/3d-shape-dete...
3D Point Cloud Feature Extraction with Python:
Part 1: • 3D Point Cloud Feature Extraction Tutorial...
Part 2: • How to Build a 3D Interactive App in Pytho...
3D Tutorial Series: https://learngeodata.eu/3d-tutorials/
🙋 FOLLOW ME
Linkedin: / florent-poux-point-cloud
Medium: / florentpoux
WHO AM I?
If we haven’t yet before - Hey 👋 I’m Florent, a professor-turned-entrepreneur, and I’ve somehow become one of the most-followed 3D expert. Through my videos here on this channel and my writing, I share evidence-based strategies and tools to help you be better coders and 3D innovators.
CHAPTERS 📘
[00:00] RANSAC Shape Detection: Introduction
[01:24] 1. Python Initialization
[01:54] 2. 3D Generative Point Cloud
[02:52] 3. 3D RANSAC: Algorithm Implementation
[03:54] 4. 3D RANSAC Shape Detection
[04:15] 5. 3D Segmented Point Cloud
[07:19] 6. 3D Geometric Shape Generation
[08:23] 7. Generate a 3D Mesh
[09:09] 8. 3D Shape: Scale and Orientation
[10:19] 9. 3D Mesh Export
[11:58] Conclusion