Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Squential-RANSAC22- Algorthim Implementation .

Robust plane detection on LiDAR point clouds by SeqRANSAC

Implement the Sequential RANSAC (SeqRANSAC) algorithm with optimal plane detection. The method for optimal plane detection


Sequential RANSAC is the iterative modification of RANSAC: it finds a plane by RANSAC, then the plane points are removed from the dataset, and RANSAC method is run again on the rest of the points. The plane detection and removal can be iterated many times

Task is to :
- Find the three most dominant planes by SeqRANSAC .
- Tuning the RANSAC parameter to find good planes .
- Run the method on all the data (except plane.xyz) given in this ZIP file(data is private).
- Results in PLY format (coloured point clouds).
- The three most dominant plane be found her.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages