Skip to content

Commit 22d06ae

Browse files
committed
add data and readme.md
1 parent af26b6a commit 22d06ae

3 files changed

Lines changed: 151233 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
DeformationGraph
22
================
3-
#NOT IMPLEMENTED COMPLETELY YET!!!#
43

5-
A implemetation of deformation graph which was widely used in mesh deformation and non-rigid reconstruction
4+
A implemetation of deformation graph which was widely used in mesh deformation and non-rigid reconstruction. I write this for the reason that I will use it in later animation reconstruction work.
5+
6+
##about the code##
7+
[Eigen](http://eigen.tuxfamily.org), [FLANN](http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN) and [PCL](http://www.pointclouds.org/) are used as third party library.
8+
9+
`DeformGraph.h` and `DeformGraph.cpp` contains the core code of deformation
10+
graph, and `DeformGraphTest.cpp` is an example for how to use the code. It
11+
should be note that the initial data should be aligned together and normalized.
12+
613

0 commit comments

Comments
 (0)