forked from isikmustafa/kinectfusion-cuda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/isikmustafa/kinectfusion-…
- Loading branch information
Showing
1 changed file
with
7 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 |
---|---|---|
@@ -1 +1,7 @@ | ||
# An implementation of [ismar2011](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ismar2011.pdf) on CUDA platform. | ||
# An implementation of [KinectFusion](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ismar2011.pdf) on CUDA platform. | ||
|
||
How to build? | ||
- Clone the repository recursively (to also clone the submodules) | ||
- Go here https://www.libsdl.org/download-2.0.php to download precompiled dynamic and static libraries. Put them under 3rd\SDL2-2.0.9\libs. You can build the SDL if the precompiled libraries are not suitable for you. | ||
- Open the visual studio project (works fine with VS 2017). Build and run it. | ||
- We were able to run it 30 frames per second on our Nvidia GTX 960M graphics card. |