mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 08:34:27 +08:00
Version 11.02: Added error handling for numerical imprecision issues occuring when too many samples fall into a signle leaf node (in single-precision).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<center><h2>Adaptive Multigrid Solvers (Version 11.01)</h2></center>
|
||||
<center><h2>Adaptive Multigrid Solvers (Version 11.02)</h2></center>
|
||||
<center>
|
||||
<a href="#LINKS">links</a>
|
||||
<a href="#EXECUTABLES">executables</a>
|
||||
@@ -27,10 +27,11 @@ This code-base was born from the Poisson Surface Reconstruction code. It has evo
|
||||
<a href="http://www.cs.jhu.edu/~misha/MyPapers/ToG13.pdf">[Kazhdan and Hoppe, 2013]</a>
|
||||
<br>
|
||||
<b>Executables: </b>
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.01/AdaptiveSolvers.x64.zip">Win64</a><br>
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.02/AdaptiveSolvers.x64.zip">Win64</a><br>
|
||||
<b>Source Code:</b>
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.01/AdaptiveSolvers.zip">ZIP</a> <a href="https://github.com/mkazhdan/PoissonRecon">GitHub</a><br>
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.02/AdaptiveSolvers.zip">ZIP</a> <a href="https://github.com/mkazhdan/PoissonRecon">GitHub</a><br>
|
||||
<b>Older Versions:</b>
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.01/">V11.01</a>,
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.00/">V11.00</a>,
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.07/">V10.07</a>,
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.06/">V10.06</a>,
|
||||
@@ -859,9 +860,15 @@ Similarly, to reduce compilation times, support for specific degrees can be remo
|
||||
<LI> Fixed bug with <I>_mktemp</I> that caused the code to crash on Windows machine with more than 26 cores.
|
||||
</ol>
|
||||
|
||||
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.00/">Version 11.02</a>:
|
||||
<ol>
|
||||
<LI> Added error handling for numerical imprecision issues arrising when too many samples fall into a leaf node.
|
||||
</ol>
|
||||
|
||||
</DETAILS>
|
||||
|
||||
|
||||
<hr>
|
||||
<a name="SUPPORT"><b>SUPPORT</b></a><br>
|
||||
This work genersouly supported by NSF grants #0746039 and #1422325.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user