diff --git a/README.md b/README.md index 49397ec..c2aa00a 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,13 @@ below: - URL:http://gts.sourceforge.net/ - Author: GTS developers +> bin/PoissonRecon: + +- Summary: Screened Poisson Surface Reconstruction (Version 8.0) +- License: MIT +- URL:http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version8.0/ +- Author: Michael Kazhdan (http://www.cs.jhu.edu/~misha/) + **Note:** Iso2Mesh and the above meshing utilities are considered as an "aggregate" rather than "derived work", based on the diff --git a/README.txt b/README.txt index 22f044f..6dd2fbc 100644 --- a/README.txt +++ b/README.txt @@ -287,6 +287,13 @@ other modules are under the Lesser General Public License (LGPL) *URL:http://gts.sourceforge.net/ *Author: GTS developers +=== bin/PoissonRecon === + +*Summary: Screened Poisson Surface Reconstruction (Version 8.0) +*License: MIT +*URL:http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version8.0/ +*Author: Michael Kazhdan (http://www.cs.jhu.edu/~misha/) + Note: Iso2Mesh and the above meshing utilities are considered as an "aggregate" rather than "derived work", based on the diff --git a/bin/PoissonRecon.mexmaci64 b/bin/PoissonRecon.mexmaci64 new file mode 100755 index 0000000..d21add0 Binary files /dev/null and b/bin/PoissonRecon.mexmaci64 differ diff --git a/bin/README.txt b/bin/README.txt index 55bce3b..bb405ea 100644 --- a/bin/README.txt +++ b/bin/README.txt @@ -14,7 +14,7 @@ names and origins of these tools are explained below: # jmeshlib.* - Mesh Validation and Repairing Utility (build on JMeshLib) by Marco Attene # meshfix.* - Mesh Validation and Repairing Utility (build on Meshfix) by Marco Attene # cork.* - A robust surface mesh Boolean operation algorithm by Gilbert Bernstein (https://github.com/gilbo/cork) - +# PoissonRecon.* - Screened Poisson Surface Reconstruction (Version 8.0) by Michael Kazhdan (http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version8.0/) To distinguish binaries for different platforms, we added matlab mexext output for different platforms as the file diff --git a/bin/gtsset.exe b/bin/gtsset.exe new file mode 100755 index 0000000..1c59a40 Binary files /dev/null and b/bin/gtsset.exe differ diff --git a/bin/gtsset.mexa64 b/bin/gtsset.mexa64 new file mode 100755 index 0000000..8bf518e Binary files /dev/null and b/bin/gtsset.mexa64 differ diff --git a/bin/gtsset.mexarmhf b/bin/gtsset.mexarmhf new file mode 100755 index 0000000..477fab1 Binary files /dev/null and b/bin/gtsset.mexarmhf differ diff --git a/bin/gtsset.mexglx b/bin/gtsset.mexglx new file mode 100755 index 0000000..5e4a9db Binary files /dev/null and b/bin/gtsset.mexglx differ diff --git a/bin/gtsset.mexmaci b/bin/gtsset.mexmaci new file mode 100755 index 0000000..7ce058a Binary files /dev/null and b/bin/gtsset.mexmaci differ diff --git a/bin/gtsset.mexmaci64 b/bin/gtsset.mexmaci64 new file mode 100755 index 0000000..5511a4b Binary files /dev/null and b/bin/gtsset.mexmaci64 differ diff --git a/bin/meshfix_x86_64.exe b/bin/meshfix_x86_64.exe new file mode 100644 index 0000000..e61ad88 Binary files /dev/null and b/bin/meshfix_x86_64.exe differ