We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f223e1 + a761715 commit ac2bf27Copy full SHA for ac2bf27
README.md
@@ -0,0 +1,17 @@
1
+pcl
2
+===
3
+
4
+Point Cloud Library (PCL)
5
6
+This is a fork from offical pcl repository.
7
+It contains minor modifications which allow running modified nonrigid ICP algorithm.
8
+It will also have a bunch of helpful Matlab scripts.
9
10
+Source: "Optimal Step Nonrigid ICP Algorithms for Surface Registration" - Brian Amberg, Sami Romdhani, Thomas Vetter
11
12
+Authors: Dominik Spinczyk, Adam Karwan, Marcin Copik
13
+ Silesian University of Technology
14
15
+Branches:
16
+- master - not finished implementation which is compatible with newest PCL; refactored, clean, commented and nice ;-)
17
+- old - old version based on PCL 1.3
0 commit comments