iyht / Geometry-Processing-Registration

Geometry Processing Assignment: Registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geometry Processing - Registration

This is my implementation of Registration assignment in CSC419/CSC2520 Geometry Processing.

Build

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 

Execution

Once built, you can execute the assignment from inside the build/ using

./registration [path to mesh1.obj] [path to mesh2.obj]

ICP using the point-to-point matching energy linearization is slow to converge.

ICP using the point-to-plane matching energy linearization is faster.

About

Geometry Processing Assignment: Registration

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%