dhawals1939 / ransac

Plane fitting with RANSAC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Plane fitting with RANSAC


Languages

Language:Python 100.0%