/ransac

Plane fitting with RANSAC

Primary LanguagePython

Plane fitting with RANSAC (Random Sample Consensus) algorithm

The goal of this project is to find the dominant plane (i.e. the floor) in the given pointclouds, as well as extracting multiple planes from more complex scenes.

Dominant plane

Example pointcloud from the dataset

Succesfully detected plane and colored the inliers with red of the down-sampled point cloud.

Multiple planes

Example pointcloud with multiple planes visible. Example result on down-sampled point cloud with planes in different colors.