-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add examples and more documentation (#20)
Add C++ & Python examples and updated README
- Loading branch information
1 parent
711da61
commit 3f47dd0
Showing
30 changed files
with
17,792 additions
and
93 deletions.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TEASER++ was made possible by the efforts of the following people at MIT SPARK Lab: | ||
TEASER was made possible by the efforts of the following people at MIT SPARK Lab (ordered by last names): | ||
|
||
* Luca Carlone | ||
* Jingnan Shi | ||
* Heng Yang | ||
* Luca Carlone |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*/cmake* |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# TEASER++ Examples | ||
|
||
This folder contains examples demostrating using TEASER++ in C++/Python. | ||
|
||
The following directories contain C++ examples: | ||
- `./teaser_cpp_ply`: Loading `.ply` files using PCL. | ||
- `./teaser_cpp_fpfh`: Using FPFH feature detector with PCL. | ||
|
||
The following directories contain Python examples: | ||
- `./teaser_python_ply`: Loading `.ply` files using Open3D. | ||
- `./teaser_python_3dsmooth`: Using descriptors generated by 3DSmoothNet for registration. | ||
|
||
|
Oops, something went wrong.