-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
||
|