A demo for point cloud registration, is a part of the presentation in Fundamentals of Artificial Intelligence (2022) MUST.
## 1. Install dependencies
# for Ubuntu
sudo apt install build-essential cmake git libpcl-dev -y
## 2. clone source code
git clone https://github.com/ZHWKnight/pcl_registration_demo_must_2022.git
## 3. Complie
cd pcl_registration_demo_must_2022
mkdir build && cd build
cmake ..
make
## 4. Run
# parameter: ply model file, iteration every time.
./interactive_icp_registration monkey_head.ply 1
./normal_distributions_transform