A fast and simple method for multi-plane detection from point clouds using iterative RANSAC plane fitting.
- CMake
- Open3D >= 0.16.0
- You can use PlaneSegmentation class to obtain planes.
- This repo is a C++ translation of https://github.com/yuecideng/Multiple_Planes_Detection.