Skip to content

In this repository, RANSAC is used to define a plane given data points in R3. It is apart of Assignment1 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

Notifications You must be signed in to change notification settings

Walid-khaled/Plane-Estimation-using-RANSAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Plane-Estimation-using-RANSAC

In this repository, RANSAC is used to define a plane given data points in R3. It is apart of Assignment1 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.


Task description

You are given a dataset includes some data points in R3. Your task is to estimate whether it represents a plane, line or something else. You must use the RANSAC for this task. Explain the way you selected your minimal sample set, number of iteration and the threshold level? It would be better to provide an analytical solution derivation as well as graphical interpretation.


Table of Content

├── src                <- directory for source files 
|    ├── RANSAC.ipynp  <- contains LR ipynp notebook
| 
├── dataset.txt        <- contains data points in R3
└── Readme.md

About

In this repository, RANSAC is used to define a plane given data points in R3. It is apart of Assignment1 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages