Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuga committed Jun 12, 2024
1 parent 406ef44 commit cd478eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Non-rigid point set registration is to optimize a non-linear displacement field
Except for Intel-MKL, we recommend using vcpkg to install dependent libraries.
```shell
# Eigen3
vcpkg install Eigen:x64-windwos
vcpkg install Eigen3:x64-windwos
# libigl
vcpkg install libigl:x64-windows
# cli11
Expand Down Expand Up @@ -79,6 +79,9 @@ Finlly, Reload CMake via `File->Reload CMake Project` and build our code.

If any problem, please contact us via <[email protected]> or <[email protected]>.

### Todo
A GPU accelerated C++ code version is coming soon !

## Citation
Please consider citing our work if you find it useful:

Expand Down

0 comments on commit cd478eb

Please sign in to comment.