A repository to demonstrate the Iterative Closest Point (ICP) Algorithm and to introduce point clouds.
Use
pip install -r requirements.txt
or
sudo apt install python3-open3d
to download all necessary Python libraries.
Simply call
python3 icp-algorithm-open3d.py
to run the program. Directly edit the file to use certain functions.