GitXplorerGitXplorer
i

Geometry-Processing-Registration

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
bc149bef7aedf33ab366774560192d1bc5f808c6

clean build folder

iiyht committed 4 years ago
Unverified
cf0a20bb4e00bfb48c77c9a711e6c30ca69d619d

rm build folder

iiyht committed 4 years ago
Unverified
ee98ef97799fee3eccc776254b434ddace0f553c

git attributes

iiyht committed 4 years ago
Unverified
d9e74c7b946333cd48cf41c8f16ad885107d3180

add work

iiyht committed 4 years ago
Verified
f309ddcd4e4844e0b5412c3ea6159fa84defc912

Update point_to_plane_rigid_matching.h

aalecjacobson committed 4 years ago
Unverified
2bbf696015f40073b97566af9b182f589eb165a8

typo

aalecjacobson committed 4 years ago

README

The README file for this repository.

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.