Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.42 KB

File metadata and controls

33 lines (26 loc) · 1.42 KB

Point clouds registration algorithms - Find the best correspondences set

The goal of this project is to develop a benchmark for point clouds registration algorithms and compare between the in several error indices to find out who find the best correspondences set and to reach conclusions about the problem and the algorithms.

Pre Project

First we build the dataset for this project by using - https://github.com/iralabdisco/point_clouds_registration_benchmark (follow the Instructions to get the ETH Dataset )

How to use:

Dependencies

Using and explanation

- The dataset must be in Dataset/eth/ dir (follow point_clouds_registration_benchmark instructions)

- all tests and references is under References dir.

- just need to ensure that the data is under Dataset/eth/ dir and run the test file.

- the refernces file save images for regestration process in Images/eth/NAME_OF_SPESIFIC_METHOD dir

- the sensitivity file save graphes of regestration process in GRAPHES/NAME_OF_SPESIFIC_METHOD dir

- the Experiment Tests dir include images from custom test

- the Report dir include doc (~6000 words) about our result and conclusions.