Object detection

from 3D point clouds

Using an RANSAC-based fitting algorithm, we were able to discover objects of certain shapes in a scene of point cloud.

Interactive demo

(Naviagte with your mouse, left-click to rotate, right-click to pan.)

Random sample consensus (RANSAC)

The basic idea is to iteratively fit many models to different subsets of the data.
The model which is mostly agreed will eventually be selected.

reference: wikipedia

My Contact

Welcome to drop me a message