From 43a59c5e47d903e32ad3d8b534ca70b6ec7d0caa Mon Sep 17 00:00:00 2001 From: mkazhdan Date: Mon, 20 Jul 2015 17:49:08 -0400 Subject: [PATCH] Version 7.0 (Readme) Updated the description of the parameters supported by the executable. --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0578f41..74e64df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Screened Poisson Surface Reconstruction (Version 6.13a)

+

Screened Poisson Surface Reconstruction (Version 7.0)

links executables @@ -11,8 +11,9 @@ Papers: SGP 2006, ToG 2013
-Executables (Win32, Win64)
+Executables (Win32, Win64)
(Older Versions: +V6.13a, V6.13, V6.12, V6.11, @@ -53,6 +54,11 @@ by the x-, y- and z-coordinates of the point's normal. (No information about the
This string is the name of the file to which the triangle mesh will be written. The file is written in PLY format. +
[--color <pull factor>] +
If specified, the reconstruction code assumes that the input is equipped with colors and will extrapolate +the color values to the vertices of the reconstructed mesh. The floating point value specifies the relative importance +of finer color estimates over lower ones. (In practice, we have found that a pull factor of 16 works well.) +
[--voxel <output voxel grid>]
This string is the name of the file to which the sampled implicit function will be written. The filw is wrtten out in binary, with the first 4 bytes corresponding to the (integer) sampling resolution, 2^d, @@ -286,5 +292,12 @@ As an examples, the reconstructed bunny can be converted into the ASCII mesh for
  • Fixed default value bug in declaration of Octree::SetTree. [asmaloney] +Version 7.0: +
      +
    1. Added functionality to support color extrapolation if present in the input. +
    2. Modified a bug with the way in which sample contributions were scaled. +
    + +
    HOME